summaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
Diffstat (limited to 'ports-mgmt')
-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>