aboutsummaryrefslogtreecommitdiffstats
path: root/dns/ldnsm
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-03-14 18:30:11 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-03-14 18:30:11 +0800
commitb797e413cc05b1ace71241ddd554941ca4820373 (patch)
tree64a4d47ce0d2e536f1af21f141b1ee78f2f41344 /dns/ldnsm
parent74ccededae20bf48cb4e9edab168d0126c488ddb (diff)
downloadfreebsd-ports-gnome-b797e413cc05b1ace71241ddd554941ca4820373.tar.gz
freebsd-ports-gnome-b797e413cc05b1ace71241ddd554941ca4820373.tar.zst
freebsd-ports-gnome-b797e413cc05b1ace71241ddd554941ca4820373.zip
Support staging
Diffstat (limited to 'dns/ldnsm')
-rw-r--r--dns/ldnsm/Makefile18
1 files changed, 3 insertions, 15 deletions
diff --git a/dns/ldnsm/Makefile b/dns/ldnsm/Makefile
index 29a7d1bbaee4..63a6f2444754 100644
--- a/dns/ldnsm/Makefile
+++ b/dns/ldnsm/Makefile
@@ -11,25 +11,13 @@ MAINTAINER= vvelox@vvelox.net
COMMENT= Manages LDAP enteries for the BIND9 SDB LDAP patch
USES= perl5
+NO_BUILD= yes
-PLIST_FILES= bin/ldnsm
-
-MAN1= ldnsm.1
-
-MAN5= dotldnsm.5
+PLIST_FILES= bin/ldnsm man/man1/ldnsm.1.gz man/man5/dotldnsm.5.gz
WRKSRC= ${WRKDIR}/${DISTNAME}
-#nothing to configure
-NO_STAGE= yes
-do-configure:
- @${ECHO} -n
-
-#nothing to build
-do-build:
- @${ECHO} -n
-
do-install:
- @${EXEC} cd ${WRKSRC} ; ${WRKSRC}/install ${PREFIX}
+ @${EXEC} cd ${WRKSRC} ; ${WRKSRC}/install ${STAGEDIR}${PREFIX}
.include <bsd.port.mk>