diff options
author | agc <agc@pkgsrc.org> | 1998-06-18 15:44:13 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-06-18 15:44:13 +0000 |
commit | c3f0fda84cc042825ed89b351374a15d788bbdb5 (patch) | |
tree | bd6a5552b0050e37aea98e47716f118b74ade64a | |
parent | b0ae9f3a282fc15fb6731cd37aa07af702b53874 (diff) | |
download | pkgsrc-c3f0fda84cc042825ed89b351374a15d788bbdb5.tar.gz |
Delete MANx definition in package Makefile - use automatic manual page
handling.
-rw-r--r-- | devel/portlint/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/portlint/Makefile b/devel/portlint/Makefile index f5eb08c64f2..c347884641c 100644 --- a/devel/portlint/Makefile +++ b/devel/portlint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/06/11 11:32:40 agc Exp $ +# $NetBSD: Makefile,v 1.4 1998/06/18 15:44:13 agc Exp $ # DISTNAME= portlint-1.64 @@ -19,8 +19,6 @@ NO_CONFIGURE= yes MAKE_ENV= PKGSRCDIR=${.CURDIR}/../.. -MAN1= portlint.1 - do-build: ${SED} -e 's|@PREFIX@|${PREFIX}|g' \ -e 's|@PORTSDIR@|${PKGSRCDIR}|g' \ |