diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1999-01-07 09:34:52 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1999-01-07 09:34:52 +0000 |
commit | cbdc5daf4ba150f07b7c860bb741dee7d2ff1211 (patch) | |
tree | f5b5ed555925e7b7a3da69236f3d2da66231d827 /ports-mgmt | |
parent | a348de2d8c78f1a84ff8985a93c8af330733ec8e (diff) | |
download | ports-cbdc5daf4ba150f07b7c860bb741dee7d2ff1211.tar.gz ports-cbdc5daf4ba150f07b7c860bb741dee7d2ff1211.zip |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portlint/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/ports-mgmt/portlint/Makefile b/ports-mgmt/portlint/Makefile index 22227e56de21..9189f4ca8466 100644 --- a/ports-mgmt/portlint/Makefile +++ b/ports-mgmt/portlint/Makefile @@ -3,19 +3,20 @@ # Date created: 13 Jun 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.20 1998/06/27 05:18:50 asami Exp $ +# $Id: Makefile,v 1.21 1999/01/05 12:23:27 itojun Exp $ # DISTNAME= portlint-2.0 CATEGORIES= devel +DISTFILES= #empty MAINTAINER= itojun@itojun.org -NO_WRKDIR= yes -NO_EXTRACT= yes NO_BUILD= yes +NO_CHECKSUM= yes +NO_WRKSUBDIR= yes -SRCDIR= ${.CURDIR}/src +SRC= ${.CURDIR}/src MAN1= portlint.1 @@ -23,7 +24,7 @@ do-fetch: @${DO_NADA} do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/portlint.pl ${PREFIX}/bin/portlint - ${INSTALL_MAN} ${WRKSRC}/portlint.1 ${MAN1PREFIX}/man/man1 + ${INSTALL_SCRIPT} ${SRC}/portlint.pl ${PREFIX}/bin/portlint + ${INSTALL_MAN} ${SRC}/portlint.1 ${MAN1PREFIX}/man/man1 .include <bsd.port.mk> |