From cbdc5daf4ba150f07b7c860bb741dee7d2ff1211 Mon Sep 17 00:00:00 2001 From: Jun-ichiro itojun Hagino Date: Thu, 7 Jan 1999 09:34:52 +0000 Subject: avoid NO_WRKDIR. Submitted by: Sheldon Hearn --- devel/portlint/Makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'devel') diff --git a/devel/portlint/Makefile b/devel/portlint/Makefile index 22227e56de21..9189f4ca8466 100644 --- a/devel/portlint/Makefile +++ b/devel/portlint/Makefile @@ -3,19 +3,20 @@ # Date created: 13 Jun 1997 # Whom: Jun-ichiro itojun Itoh # -# $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 -- cgit v1.2.3