diff options
author | tron <tron@pkgsrc.org> | 1998-03-28 21:41:11 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-03-28 21:41:11 +0000 |
commit | d75bf6aedc499a9ab99c9f98edc9534cc3182ff9 (patch) | |
tree | 41b3c5fdba8f1998466b5e10f42abf6535f9ff55 /net/tkirc | |
parent | a4e1f91d8933a23890f98d8d1859d772763ecd51 (diff) | |
download | pkgsrc-d75bf6aedc499a9ab99c9f98edc9534cc3182ff9.tar.gz |
portlint: Use "${PKGNAME}" instead of "${DISTFILES}".
Diffstat (limited to 'net/tkirc')
-rw-r--r-- | net/tkirc/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/tkirc/Makefile b/net/tkirc/Makefile index 2122aaed7fc..97751ba0faf 100644 --- a/net/tkirc/Makefile +++ b/net/tkirc/Makefile @@ -3,13 +3,12 @@ # Date created: 1997/11/09 # Whom: Hubert Feyrer <hubertf@netbsd.org> # -# $NetBSD: Makefile,v 1.4 1998/03/28 14:54:12 tron Exp $ +# $NetBSD: Makefile,v 1.5 1998/03/28 21:41:11 tron Exp $ -DISTNAME= tkirc-1.202 -WRKSRC= ${WRKDIR}/tkirc +DISTNAME= tkirc1.202 +PKGNAME= tkirc-1.202 CATEGORIES= net x11 MASTER_SITES= ftp://ftp.informatik.uni-oldenburg.de/pub/tkirc/ -DISTFILES= tkirc1.202.tar.gz MAINTAINER= hubertf@netbsd.org @@ -18,6 +17,7 @@ RUN_DEPENDS= irc:${PORTSDIR}/net/ircII \ NO_CONFIGURE= yes NO_BUILD= yes +WRKSRC= ${WRKDIR}/tkirc do-install: ${INSTALL_SCRIPT} ${WRKSRC}/tkirc ${PREFIX}/bin |