summaryrefslogtreecommitdiff
path: root/ports-mgmt/portlint/Makefile
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@FreeBSD.org>1999-01-07 09:34:52 +0000
committerJun-ichiro itojun Hagino <itojun@FreeBSD.org>1999-01-07 09:34:52 +0000
commitcbdc5daf4ba150f07b7c860bb741dee7d2ff1211 (patch)
treef5b5ed555925e7b7a3da69236f3d2da66231d827 /ports-mgmt/portlint/Makefile
parentTypo in echo statement. (diff)
avoid NO_WRKDIR.
Submitted by: Sheldon Hearn <axl@iafrica.com>
Notes
Notes: svn path=/head/; revision=15908
Diffstat (limited to 'ports-mgmt/portlint/Makefile')
-rw-r--r--ports-mgmt/portlint/Makefile13
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>