diff options
author | fredb <fredb> | 2002-03-15 00:33:52 +0000 |
---|---|---|
committer | fredb <fredb> | 2002-03-15 00:33:52 +0000 |
commit | 44867a5ae577df6f640e5b28a2fd8f1762c2fc64 (patch) | |
tree | 5ca4ac8768433b2b056ce056604bd4a91d8bd664 /comms | |
parent | f6ac44ec3868089c0ab210b85c830d5b7e8ccdd2 (diff) | |
download | pkgsrc-44867a5ae577df6f640e5b28a2fd8f1762c2fc64.tar.gz |
Account for PKGNAME frobbing when PKGREVISION is set.
Diffstat (limited to 'comms')
-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 bc32100d2d5..313452ed2a6 100644 --- a/comms/mgetty+sendfax/Makefile +++ b/comms/mgetty+sendfax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2002/03/13 17:36:43 fredb Exp $ +# $NetBSD: Makefile,v 1.23 2002/03/15 00:33:52 fredb Exp $ # FreeBSD Id: Makefile,v 1.25 1998/07/16 06:44:37 vanilla Exp # @@ -15,7 +15,7 @@ COMMENT= Handle external logins, send and receive faxes CONFLICTS= hylafax-[0-9]* -WRKSRC= ${WRKDIR}/${PKGNAME} +WRKSRC= ${WRKDIR}/${PKGNAME:C/nb[0-9]//} INFO_FILES= mgetty.info INSTALL_FILE= ${WRKDIR}/INSTALL |