pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/fprot-workstation-bin Uncomment erroneously c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32dc1b866aad
branches:  trunk
changeset: 481860:32dc1b866aad
user:      ben <ben%pkgsrc.org@localhost>
date:      Wed Oct 13 20:11:16 2004 +0000

description:
Uncomment erroneously commented out lines in Makefile.

diffstat:

 security/fprot-workstation-bin/Makefile |  26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diffs (42 lines):

diff -r 1854219f55dc -r 32dc1b866aad security/fprot-workstation-bin/Makefile
--- a/security/fprot-workstation-bin/Makefile   Wed Oct 13 20:10:31 2004 +0000
+++ b/security/fprot-workstation-bin/Makefile   Wed Oct 13 20:11:16 2004 +0000
@@ -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 @@
 
 .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}
 



Home | Main Index | Thread Index | Old Index