diff options
author | ben <ben@pkgsrc.org> | 2004-10-13 20:11:16 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2004-10-13 20:11:16 +0000 |
commit | bcd2b30a9632eaf74f26d4b79e23071c1cddc36d (patch) | |
tree | 17966662ea17fe9be31e312726f0e56863202a9a /security/fprot-workstation-bin | |
parent | d133a216ec28fa4b898ed0b2b2341a70cd6385b5 (diff) | |
download | pkgsrc-bcd2b30a9632eaf74f26d4b79e23071c1cddc36d.tar.gz |
Uncomment erroneously commented out lines in Makefile.
Diffstat (limited to 'security/fprot-workstation-bin')
-rw-r--r-- | security/fprot-workstation-bin/Makefile | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/security/fprot-workstation-bin/Makefile b/security/fprot-workstation-bin/Makefile index 86fe0939f32..11d6b8cc880 100644 --- a/security/fprot-workstation-bin/Makefile +++ b/security/fprot-workstation-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/10/13 20:07:55 ben Exp $ +# $NetBSD: Makefile,v 1.13 2004/10/13 20:11:16 ben Exp $ # DISTNAME= #defined @@ -41,20 +41,20 @@ OWN_DIRS= ${FPDIR} .include "../../mk/bsd.prefs.mk" -#.if ${OPSYS} == "NetBSD" -#MASTER_SITES= ftp://ftp.f-prot.com/pub/bsd/ -#DISTNAME= fp-netbsd-ws-${PKGVERSION} -#.endif -# -#.if ${OPSYS} == "Linux" -#MASTER_SITES= ftp://ftp.f-prot.com/pub/linux/ -#DISTNAME= fp-linux-ws-${PKGVERSION} -#.endif -# -#.if ${OPSYS} == "SunOS" +.if ${OPSYS} == "NetBSD" +MASTER_SITES= ftp://ftp.f-prot.com/pub/bsd/ +DISTNAME= fp-netbsd-ws-${PKGVERSION} +.endif + +.if ${OPSYS} == "Linux" +MASTER_SITES= ftp://ftp.f-prot.com/pub/linux/ +DISTNAME= fp-linux-ws-${PKGVERSION} +.endif + +.if ${OPSYS} == "SunOS" MASTER_SITES= ftp://ftp.f-prot.com/pub/solaris/ DISTNAME= fp-solaris-sparc-ws-${PKGVERSION} -#.endif +.endif DIST_SUBDIR= ${DISTNAME} |