summaryrefslogtreecommitdiff
path: root/mbone/nte/Makefile
diff options
context:
space:
mode:
authoragc <agc>1998-04-15 10:38:15 +0000
committeragc <agc>1998-04-15 10:38:15 +0000
commit90976c78523ceaf2ef5a60efb9b3ac6fb82fb35c (patch)
tree35307bbb1d53c1243684aaf33a30be9253e985bc /mbone/nte/Makefile
parent0abbcc240b8b2caf2b88a751a44c3ac9b884ca04 (diff)
downloadpkgsrc-90976c78523ceaf2ef5a60efb9b3ac6fb82fb35c.tar.gz
Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
Diffstat (limited to 'mbone/nte/Makefile')
-rw-r--r--mbone/nte/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/mbone/nte/Makefile b/mbone/nte/Makefile
index 1ad29b51277..4c181f2c3cb 100644
--- a/mbone/nte/Makefile
+++ b/mbone/nte/Makefile
@@ -1,9 +1,4 @@
-# New ports collection makefile for: nte
-# Version required: 1.5a23
-# Date created: 5 September 1996
-# Whom: mycroft
-#
-# $NetBSD: Makefile,v 1.2 1998/03/20 07:22:05 mycroft Exp $
+# $NetBSD: Makefile,v 1.3 1998/04/15 10:38:32 agc Exp $
#
DISTNAME= nt.1.5a23
@@ -29,15 +24,15 @@ MAKE_ENV= TK_SRC=${TK_SRC}
do-configure:
cd ${WRKSRC}/netbsd && sh configure
-.include <bsd.port.mk>
+.include "../../mk/bsd.pkg.mk"
#DISGUSTING HACK ALERT
#Although nte includes an hsearch.c for those who don't have it in
# libc, there's no way to get the default Makefile to build it.
# So we build it here.
-#This is below the .include <bsd.port.mk> since variable names in
+#This is below the .include "../../mk/bsd.pkg.mk" since variable names in
# targets or dependencies are evaluated when they are read so
-# bsd.port.mk must have defined ${WRKSRC} already.
+# bsd.pkg.mk must have defined ${WRKSRC} already.
pre-build: ${WRKSRC}/netbsd/hsearch.o
${WRKSRC}/netbsd/hsearch.o: ${WRKSRC}/src/hsearch.c