summaryrefslogtreecommitdiff
path: root/net/uucp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/uucp/Makefile')
-rw-r--r--net/uucp/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/net/uucp/Makefile b/net/uucp/Makefile
index bef548781ef..d09ba1f0679 100644
--- a/net/uucp/Makefile
+++ b/net/uucp/Makefile
@@ -1,14 +1,16 @@
-# $NetBSD: Makefile,v 1.12 2008/01/21 13:52:17 obache Exp $
+# $NetBSD: Makefile,v 1.13 2009/02/16 13:28:29 joerg Exp $
DISTNAME= uucp-1.07
PKGREVISION= 6
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU:=uucp/}
-MAINTAINER= pkgsrc-users@pkgsrc.org
+MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Taylor UUCP
HOMEPAGE= http://www.airs.com/ian/uucp.html
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_TOOLS+= mkdir:run pwd:run rmdir:run
.include "../../mk/bsd.prefs.mk"
@@ -101,7 +103,7 @@ post-configure:
post-install:
cd ${FILESDIR}/etc; for f in [a-z]*; do \
${TEST} -f $$f || continue; \
- ${INSTALL_DATA} $$f ${PREFIX}/share/examples/uucp; \
+ ${INSTALL_DATA} $$f ${DESTDIR}${PREFIX}/share/examples/uucp; \
done
.include "../../mk/bsd.pkg.mk"