summaryrefslogtreecommitdiff
path: root/archivers/bzip2
diff options
context:
space:
mode:
authoragc <agc>1998-04-15 10:38:06 +0000
committeragc <agc>1998-04-15 10:38:06 +0000
commit7aabc7f560edf44c2df006133bafc70ad9599119 (patch)
tree33a4622592f58e4775f653481e5ec3c86edee661 /archivers/bzip2
parent33c4385e13498c0c4535cb42efab224b949b9be4 (diff)
downloadpkgsrc-7aabc7f560edf44c2df006133bafc70ad9599119.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/bzip2')
-rw-r--r--archivers/bzip2/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/archivers/bzip2/Makefile b/archivers/bzip2/Makefile
index a1b46dcb19c..fc09310fb91 100644
--- a/archivers/bzip2/Makefile
+++ b/archivers/bzip2/Makefile
@@ -1,9 +1,4 @@
-# New ports collection makefile for: bzip2
-# Version required: 0.1pl2
-# Date created: 19 Nov 1997
-# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
-#
-# $NetBSD: Makefile,v 1.2 1998/01/09 09:58:29 agc Exp $
+# $NetBSD: Makefile,v 1.3 1998/04/15 10:38:07 agc Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1997/11/20 08:18:40 tg Exp
#
@@ -23,4 +18,4 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/bzip2.1 ${PREFIX}/man/man1
ln ${PREFIX}/man/man1/bzip2.1 ${PREFIX}/man/man1/bunzip2.1
-.include <bsd.port.mk>
+.include "../../mk/bsd.pkg.mk"