summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-11 21:49:06 +0000
committerrillig <rillig>2005-12-11 21:49:06 +0000
commit6084471c682da8c0edd330fa05ee752c84fa6aa9 (patch)
tree525438f53be758fb6d34f998a7e8bf927ad1bf2e /net
parent79067e0b486bf4eaa0c4a06abbbfd8fa5ea830a5 (diff)
downloadpkgsrc-6084471c682da8c0edd330fa05ee752c84fa6aa9.tar.gz
Replaced the ${PKGNAME:S|nb*||} with ${PKGNAME_NOREV}, as the former
behaves unexpectedly.
Diffstat (limited to 'net')
-rw-r--r--net/rinetd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rinetd/Makefile b/net/rinetd/Makefile
index 4682ee858e3..18ef3d028b7 100644
--- a/net/rinetd/Makefile
+++ b/net/rinetd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/12/05 20:50:49 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2005/12/11 21:49:06 rillig Exp $
#
DISTNAME= rinetd
@@ -21,7 +21,7 @@ CPPFLAGS+= -DRINETD_CONF="\"${PKG_SYSCONFDIR}/rinetd.conf\""
RCD_SCRIPTS= rinetd
post-extract:
- @cd ${WRKDIR} && ${MV} -f rinetd ${PKGNAME:S|nb*||}
+ @cd ${WRKDIR} && ${MV} -f rinetd ${PKGNAME_NOREV}
pre-build:
@${MV} -f ${WRKSRC}/rinetd.8 ${WRKSRC}/rinetd.8.pre