diff options
author | agc <agc@pkgsrc.org> | 2003-06-18 09:03:16 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-06-18 09:03:16 +0000 |
commit | 1abae767e4c981837adfb18e3e55d38c9726d5a0 (patch) | |
tree | 9f9f6eb13af29d87e79f329b94a3c0c30d44273f /comms/mgetty+sendfax | |
parent | 7bfbddf260c0fdd62048893c6f8102dd66e6cfbd (diff) | |
download | pkgsrc-1abae767e4c981837adfb18e3e55d38c9726d5a0.tar.gz |
Use PKGNAME_NOREV, rather than manually trying to strip off any nb
suffix from ${PKGNAME}
Diffstat (limited to 'comms/mgetty+sendfax')
-rw-r--r-- | comms/mgetty+sendfax/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile index 7a4d4659fa5..9f3867979d3 100644 --- a/comms/mgetty+sendfax/Makefile +++ b/comms/mgetty+sendfax/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.28 2003/06/02 01:21:21 jschauma Exp $ +# $NetBSD: Makefile,v 1.29 2003/06/18 09:03:16 agc Exp $ # FreeBSD Id: Makefile,v 1.25 1998/07/16 06:44:37 vanilla Exp # DISTNAME= mgetty1.1.28-Jan10 PKGNAME= mgetty-1.1.28 PKGREVISION= 3 -WRKSRC= ${WRKDIR}/${PKGNAME:C/nb[0-9]//} +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} CATEGORIES= comms MASTER_SITES= ftp://ftp.leo.org/pub/comp/os/unix/networking/mgetty/ \ ftp://alpha.greenie.net/pub/mgetty/source/1.1/ |