summaryrefslogtreecommitdiff
path: root/net/openslp
diff options
context:
space:
mode:
authorjoerg <joerg>2008-05-26 02:13:14 +0000
committerjoerg <joerg>2008-05-26 02:13:14 +0000
commit322586ec7e056266c541d642423c9aca509f0329 (patch)
treeb711f279533efa082bd9211a7161438542a8810d /net/openslp
parent3540101cf6e8308dd8f7a131d1f776f628b525f2 (diff)
downloadpkgsrc-322586ec7e056266c541d642423c9aca509f0329.tar.gz
Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
Diffstat (limited to 'net/openslp')
-rw-r--r--net/openslp/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/openslp/Makefile b/net/openslp/Makefile
index 3ad4934f60b..9ac6b44242e 100644
--- a/net/openslp/Makefile
+++ b/net/openslp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2008/01/18 05:08:47 tnn Exp $
+# $NetBSD: Makefile,v 1.34 2008/05/26 02:13:22 joerg Exp $
DISTNAME= openslp-1.2.1
PKGREVISION= 2
@@ -14,7 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
# Needs pkgviews-enabled automake
# PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_TOOLS+= automake bison lex
+USE_TOOLS+= automake bison lex pax
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
@@ -45,7 +45,7 @@ pre-configure:
${LOCALBASE}/bin/libtoolize && automake --add-missing
post-install:
- @cd ${WRKSRC}/doc && ${PAX} -rw . ${DESTDIR}${PREFIX}/share/doc/openslp
+ @cd ${WRKSRC}/doc && pax -rw . ${DESTDIR}${PREFIX}/share/doc/openslp
@${FIND} ${DESTDIR}${PREFIX}/share/doc/openslp | ${XARGS} ${CHOWN} \
${SHAREOWN}:${SHAREGRP}
@${FIND} ${DESTDIR}${PREFIX}/share/doc/openslp -type f | ${XARGS} ${CHMOD} \