summaryrefslogtreecommitdiff
path: root/net/dip
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-05-09 15:24:42 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-05-09 15:24:42 +0000
commit0851be7c5add27191312300b18bad03e1b9830e9 (patch)
tree315f297531326a5c2da5a54e4e0fbbd5307a1a38 /net/dip
parent709b37c22f9d8e4c7a6ed4f8dfc3e39e851e8556 (diff)
downloadpkgsrc-0851be7c5add27191312300b18bad03e1b9830e9.tar.gz
Mostly cosmetic changes to shut up portlint. Little bugfix for apache.
Diffstat (limited to 'net/dip')
-rw-r--r--net/dip/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/dip/Makefile b/net/dip/Makefile
index 630bd236636..97a04642e4d 100644
--- a/net/dip/Makefile
+++ b/net/dip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1998/04/20 11:56:29 frueauf Exp $
+# $NetBSD: Makefile,v 1.4 1998/05/09 15:24:44 frueauf Exp $
# FreeBSD Id: Makefile,v 1.5 1997/04/30 03:18:07 asami Exp
#
@@ -14,4 +14,7 @@ MAINTAINER= packages@netbsd.org
NO_CONFIGURE= yes
+# Do not list MAN/CAT pages here. It will confuse if MANZ is set.
+# The pkg uses BSD-style-Makefiles itself, so it does the right thing.
+
.include <../../mk/bsd.pkg.mk>