summaryrefslogtreecommitdiff
path: root/archivers/unzip
diff options
context:
space:
mode:
authoragc <agc>1998-04-15 10:38:06 +0000
committeragc <agc>1998-04-15 10:38:06 +0000
commit75ab08822c4c628286bb5085df301f52de9ad668 (patch)
tree33a4622592f58e4775f653481e5ec3c86edee661 /archivers/unzip
parent7244ef0bd3b563a2080525e2b508b9bc8ecf2e11 (diff)
downloadpkgsrc-75ab08822c4c628286bb5085df301f52de9ad668.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 'archivers/unzip')
-rw-r--r--archivers/unzip/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile
index 0bcb80dbe27..738cba0c17c 100644
--- a/archivers/unzip/Makefile
+++ b/archivers/unzip/Makefile
@@ -1,9 +1,4 @@
-# New ports collection makefile for: unzip
-# Version required: 5.3.2
-# Date created: 17 October 1994
-# Whom: jmz
-#
-# $NetBSD: Makefile,v 1.5 1998/03/07 21:24:05 hubertf Exp $
+# $NetBSD: Makefile,v 1.6 1998/04/15 10:38:09 agc Exp $
# FreeBSD Id: Makefile,v 1.14 1997/06/19 05:30:04 ache Exp
#
@@ -31,4 +26,4 @@ do-install:
cd ${WRKSRC} && \
${INSTALL_DATA} README WHERE COPYING ${PREFIX}/share/doc/unzip
-.include <bsd.port.mk>
+.include "../../mk/bsd.pkg.mk"