summaryrefslogtreecommitdiff
path: root/net/tnftpd
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-12-19 21:30:00 +0000
committergrant <grant@pkgsrc.org>2003-12-19 21:30:00 +0000
commitea7c879d950aabdef49bd5f375c9fe9daf8908e6 (patch)
treeb811c98d3567cec7577929d3c3880dcd42047d94 /net/tnftpd
parentaacddadd1d81c335fba3d19fed8fb6308531a923 (diff)
downloadpkgsrc-ea7c879d950aabdef49bd5f375c9fe9daf8908e6.tar.gz
nuke PKGNAME (not needed) and SVR4_PKGNAME (invalid).
use CPPFLAGS.SunOS instead of a conditional.
Diffstat (limited to 'net/tnftpd')
-rw-r--r--net/tnftpd/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/net/tnftpd/Makefile b/net/tnftpd/Makefile
index 756fef18946..e77bdca69a5 100644
--- a/net/tnftpd/Makefile
+++ b/net/tnftpd/Makefile
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2003/12/18 01:49:05 grant Exp $
+# $NetBSD: Makefile,v 1.6 2003/12/19 21:30:00 grant Exp $
#
DISTNAME= tnftpd-20031217
-PKGNAME= tnftpd-20031217
-SVR4_PKGNAME= tnftpd
CATEGORIES= net
MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/tnftp/
@@ -36,9 +34,8 @@ CONFIGURE_ARGS+= --enable-ipv6
CONFIGURE_ARGS+= --disable-ipv6
.endif
-.if ${OPSYS} == "SunOS"
-MAKE_ENV+= CPPFLAGS=""
-.endif
+OPSYSVARS+= MAKE_ENV
+MAKE_ENV.SunOS+= CPPFLAGS=""
EXAMPLEDIR= ${PREFIX}/share/examples/tnftpd