diff options
author | agc <agc> | 1998-04-15 10:38:06 +0000 |
---|---|---|
committer | agc <agc> | 1998-04-15 10:38:06 +0000 |
commit | 7aabc7f560edf44c2df006133bafc70ad9599119 (patch) | |
tree | 33a4622592f58e4775f653481e5ec3c86edee661 /archivers/arc | |
parent | 33c4385e13498c0c4535cb42efab224b949b9be4 (diff) | |
download | pkgsrc-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/arc')
-rw-r--r-- | archivers/arc/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/archivers/arc/Makefile b/archivers/arc/Makefile index 821a6fab531..715acfe4f0f 100644 --- a/archivers/arc/Makefile +++ b/archivers/arc/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: arc -# Version required: 5.21e -# Date created: 31 Dec 1994 -# Whom: ache -# -# $NetBSD: Makefile,v 1.2 1997/10/27 03:22:00 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 1998/04/15 10:38:07 agc Exp $ # FreeBSD Id: Makefile,v 1.7 1997/08/10 22:31:09 fenner Exp # @@ -18,4 +13,4 @@ MAINTAINER= ache@FreeBSD.ORG NO_WRKSUBDIR= yes MAN1= arc.1 -.include <bsd.port.mk> +.include "../../mk/bsd.pkg.mk" |