diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2014-04-25 18:50:41 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2014-04-25 18:50:41 +0800 |
commit | 4a0c48160f53a691131377971cce68d8d7f9372d (patch) | |
tree | 67a6048d1b10ce9c63f1b60f103ea9a74d91e4f8 /freebsd.in/freebsd.makefile.in | |
parent | c6fa3f70b21c8736d4ec338bd57bbb57dd45365e (diff) | |
download | wspkg-4a0c48160f53a691131377971cce68d8d7f9372d.tar.gz wspkg-4a0c48160f53a691131377971cce68d8d7f9372d.tar.zst wspkg-4a0c48160f53a691131377971cce68d8d7f9372d.zip |
將所有資料檔移出這個 repo,讓資料檔和 script 分開管理
Diffstat (limited to 'freebsd.in/freebsd.makefile.in')
-rw-r--r-- | freebsd.in/freebsd.makefile.in | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/freebsd.in/freebsd.makefile.in b/freebsd.in/freebsd.makefile.in deleted file mode 100644 index eb11c14..0000000 --- a/freebsd.in/freebsd.makefile.in +++ /dev/null @@ -1,24 +0,0 @@ -# Created by: Rong-En Fan <rafan@csie.ntu.edu.tw> -# $FreeBSD: This is not an official FreeBSD pors $ -# Modified by: Ting-Wei Lan <lantw44@csie.ntu.edu.tw> -# vim: set ts=8 sts=8 sw=8 ft=make: - -PORTNAME= 217 -PORTVERSION= @TODAY@ -CATEGORIES= local -MASTER_SITES= # -DISTFILES= # - -MAINTAINER= ta217@csie.ntu.edu.tw -COMMENT= Meta-port for all packages in 217 - -LICENSE= BSD2CLAUSE - -NO_BUILD= yes - -RUN_DEPENDS+= @FREEBSD_DOT_PORTS@ - -do-install: - @${DO_NADA} - -.include <bsd.port.mk> |