svn commit: r348206 - head/dns/ldnsm

Emanuel Haupt ehaupt at FreeBSD.org
Fri Mar 14 10:30:12 UTC 2014


Author: ehaupt
Date: Fri Mar 14 10:30:11 2014
New Revision: 348206
URL: http://svnweb.freebsd.org/changeset/ports/348206
QAT: https://qat.redports.org/buildarchive/r348206/

Log:
  Support staging

Modified:
  head/dns/ldnsm/Makefile

Modified: head/dns/ldnsm/Makefile
==============================================================================
--- head/dns/ldnsm/Makefile	Fri Mar 14 10:27:47 2014	(r348205)
+++ head/dns/ldnsm/Makefile	Fri Mar 14 10:30:11 2014	(r348206)
@@ -11,25 +11,13 @@ MAINTAINER=	vvelox at 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>


More information about the svn-ports-head mailing list