diff options
author | tron <tron> | 2000-11-08 16:04:54 +0000 |
---|---|---|
committer | tron <tron> | 2000-11-08 16:04:54 +0000 |
commit | 2cd26a9ace295eb9492795cb86c09396d5607716 (patch) | |
tree | 2558deb59953ebb1acb1c16753be6e575f586300 /net | |
parent | 136c51ce55af2c1ebc85a1235757483b23f75c37 (diff) | |
download | pkgsrc-2cd26a9ace295eb9492795cb86c09396d5607716.tar.gz |
pkglint: don't use "DISTFILES" for a single distribution file.
Diffstat (limited to 'net')
-rw-r--r-- | net/userppp/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/userppp/Makefile b/net/userppp/Makefile index 8d9eb4a5404..31ce79a998c 100644 --- a/net/userppp/Makefile +++ b/net/userppp/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2000/11/08 15:59:16 tron Exp $ +# $NetBSD: Makefile,v 1.5 2000/11/08 16:04:54 tron Exp $ -DISTNAME= userppp-001107 +DISTNAME= ppp-001107.src +PKGNAME= userppp-001107 CATEGORIES= net MASTER_SITES= http://www.awfulhak.org/~brian/ -DISTFILES= ppp-001107.src.tar.gz MAINTAINER= ad@netbsd.org HOMEPAGE= http://www.awfulhak.org/~brian/ @@ -11,7 +11,7 @@ HOMEPAGE= http://www.awfulhak.org/~brian/ ONLY_FOR_PLATFORM= NetBSD-*-* MANCOMPRESSED_IF_MANZ= YES -WRKSRC= ${WRKDIR}/ppp-001107 +WRKSRC= ${WRKDIR}/${DISTNAME:S/.src//} post-patch: (cd ${WRKSRC}; \ |