diff options
author | agc <agc@pkgsrc.org> | 1998-04-15 10:38:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-04-15 10:38:06 +0000 |
commit | dccd43243dfa7b9fe09bdf507b64f2235cb5fa07 (patch) | |
tree | 33a4622592f58e4775f653481e5ec3c86edee661 /archivers/unrar | |
parent | e5fc7b25971e8890e6ebe0fad23a929bab8d23ff (diff) | |
download | pkgsrc-dccd43243dfa7b9fe09bdf507b64f2235cb5fa07.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/unrar')
-rw-r--r-- | archivers/unrar/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile index 3561fe04740..1b76f6b486a 100644 --- a/archivers/unrar/Makefile +++ b/archivers/unrar/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: unrar -# Version required: 2.01 -# Date created: 28 Dec 1994 -# Whom: ache -# -# $NetBSD: Makefile,v 1.3 1998/03/07 21:23:58 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 1998/04/15 10:38:09 agc Exp $ # FreeBSD Id: Makefile,v 1.10 1997/08/10 22:31:33 fenner Exp # @@ -26,4 +21,4 @@ do-install: cd ${WRKSRC} && ${INSTALL_MAN} readme.txt license.txt \ ${PREFIX}/share/doc/unrar -.include <bsd.port.mk> +.include "../../mk/bsd.pkg.mk" |