Index: head/net/ldapdiff/pkg-message =================================================================== --- head/net/ldapdiff/pkg-message (revision 415623) +++ head/net/ldapdiff/pkg-message (nonexistent) @@ -1,3 +0,0 @@ -************************************************************ -You should copy etc/ldapdiff.conf.sample to etc/ldapdiff.conf -************************************************************ Property changes on: head/net/ldapdiff/pkg-message ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/ldapdiff/Makefile =================================================================== --- head/net/ldapdiff/Makefile (revision 415623) +++ head/net/ldapdiff/Makefile (revision 415624) @@ -1,47 +1,54 @@ # Created by: Christian Brueffer .if ! empty(ICONV_LIB) CONFIGURE_ARGS+=--with-iconv-dir=${LOCALBASE} .endif +post-extract: + @cd ${WRKSRC} && ${RM} -f *.o ldapdiff Makefile config.h + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ldapdiff ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/ldapdiff.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 ${INSTALL_DATA} ${WRKSRC}/ldapdiff.conf.sample ${STAGEDIR}${PREFIX}/etc/ @${MKDIR} ${STAGEDIR}${DATADIR}/samples .for sample in ${SAMPLES} ${INSTALL_DATA} ${WRKSRC}/samples/${sample} ${STAGEDIR}${DATADIR}/samples .endfor + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for docs in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${docs} ${STAGEDIR}${DOCSDIR} .endfor .include