From 617b8cb823cb9e4db34143e04b5516bd154becc8 Mon Sep 17 00:00:00 2001 From: miwi Date: Sun, 9 Feb 2014 10:30:09 +0000 Subject: - Stage support --- net/openslp/Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/net/openslp/Makefile b/net/openslp/Makefile index 9798af54b967..4599f59690ff 100644 --- a/net/openslp/Makefile +++ b/net/openslp/Makefile @@ -41,13 +41,12 @@ post-extract: post-install: .for FILE in slp.conf slp.reg slp.spi - ${INSTALL_DATA} ${WRKSRC}/etc/${FILE} ${PREFIX}/etc/openslp/${FILE}.default + ${INSTALL_DATA} ${WRKSRC}/etc/${FILE} ${STAGEDIR}${PREFIX}/etc/openslp/${FILE}.default .endfor -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} + + @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${INSTALL_WRKSRC}/doc; \ - ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/\{} \; ;\ - ${FIND} . -type f -exec ${INSTALL_DATA} \{} ${DOCSDIR}/\{} \;) -.endif + ${FIND} . -type d -exec ${MKDIR} ${STAGEDIR}${DOCSDIR}/\{} \; ;\ + ${FIND} . -type f -exec ${INSTALL_DATA} \{} ${STAGEDIR}${DOCSDIR}/\{} \;) .include -- cgit /cgit.cgi/'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Add header in these *-reference ports.mezz2006-06-011-0/+7
* - Add pkg-descrahze2006-05-181-0/+3