diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2014-02-16 17:49:41 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2014-02-16 17:49:41 +0800 |
commit | 7e2eba44b3a51ea2e7db8cc69adcf46153f38a4e (patch) | |
tree | 5c36012c994e31c477a5e7fd4869421cf3eb0123 /freebsd.makefile.in | |
parent | 1c22b9c0c1290edac4853b1283a3165c558e7aed (diff) | |
download | wspkg-7e2eba44b3a51ea2e7db8cc69adcf46153f38a4e.tar wspkg-7e2eba44b3a51ea2e7db8cc69adcf46153f38a4e.tar.gz wspkg-7e2eba44b3a51ea2e7db8cc69adcf46153f38a4e.tar.bz2 wspkg-7e2eba44b3a51ea2e7db8cc69adcf46153f38a4e.tar.lz wspkg-7e2eba44b3a51ea2e7db8cc69adcf46153f38a4e.tar.xz wspkg-7e2eba44b3a51ea2e7db8cc69adcf46153f38a4e.tar.zst wspkg-7e2eba44b3a51ea2e7db8cc69adcf46153f38a4e.zip |
避免 ports 嘗試下載 distfiles
Diffstat (limited to 'freebsd.makefile.in')
-rw-r--r-- | freebsd.makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/freebsd.makefile.in b/freebsd.makefile.in index 788db04..8318e87 100644 --- a/freebsd.makefile.in +++ b/freebsd.makefile.in @@ -7,6 +7,7 @@ PORTNAME= 217 PORTVERSION= @TODAY@ CATEGORIES= local MASTER_SITES= # +DISTFILES= # MAINTAINER= ta217@csie.ntu.edu.tw COMMENT= Meta-port for all Packages in 217 |