summaryrefslogtreecommitdiff
path: root/archivers/unarj
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/unarj
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/unarj')
-rw-r--r--archivers/unarj/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/archivers/unarj/Makefile b/archivers/unarj/Makefile
index c895a6a64cb..a5e2fb36187 100644
--- a/archivers/unarj/Makefile
+++ b/archivers/unarj/Makefile
@@ -1,9 +1,4 @@
-# New ports collection makefile for: unarj
-# Version required: 2.41
-# Date created: 28 Dec 1994
-# Whom: ache
-#
-# $NetBSD: Makefile,v 1.2 1997/10/27 03:22:22 hubertf Exp $
+# $NetBSD: Makefile,v 1.3 1998/04/15 10:38:08 agc Exp $
# FreeBSD Id: Makefile,v 1.6 1996/11/12 02:17:38 obrien Exp
#
@@ -18,4 +13,4 @@ MAINTAINER= ache@FreeBSD.ORG
do-install:
cd ${WRKSRC}; ${INSTALL_PROGRAM} ${DISTNAME} ${PREFIX}/bin
-.include <bsd.port.mk>
+.include "../../mk/bsd.pkg.mk"