diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-03-14 18:30:11 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-03-14 18:30:11 +0800 |
commit | b797e413cc05b1ace71241ddd554941ca4820373 (patch) | |
tree | 64a4d47ce0d2e536f1af21f141b1ee78f2f41344 /dns/ldnsm | |
parent | 74ccededae20bf48cb4e9edab168d0126c488ddb (diff) | |
download | freebsd-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/Makefile | 18 |
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> |