diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-14 10:30:11 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-14 10:30:11 +0000 |
commit | ffb959b43942adb132b4bcfcb3f4af0035f2ce5f (patch) | |
tree | 64a4d47ce0d2e536f1af21f141b1ee78f2f41344 /dns | |
parent | e4df6e962ecbd7fbaa3f497af039993280f0f5d5 (diff) | |
download | freebsd-ports-ffb959b43942adb132b4bcfcb3f4af0035f2ce5f.zip |
Support staging
Diffstat (limited to 'dns')
-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> |