svn commit: r356153 - head/mail/qmail-notify
Michael Gmelin
grembo at FreeBSD.org
Sun Jun 1 16:34:55 UTC 2014
Author: grembo
Date: Sun Jun 1 16:34:55 2014
New Revision: 356153
URL: http://svnweb.freebsd.org/changeset/ports/356153
QAT: https://qat.redports.org/buildarchive/r356153/
Log:
Stagify.
Reviewed by: flo (mentor)
Approved by: flo (mentor)
Modified:
head/mail/qmail-notify/Makefile
Modified: head/mail/qmail-notify/Makefile
==============================================================================
--- head/mail/qmail-notify/Makefile Sun Jun 1 16:33:21 2014 (r356152)
+++ head/mail/qmail-notify/Makefile Sun Jun 1 16:34:55 2014 (r356153)
@@ -15,19 +15,18 @@ CFLAGS+= -DHAVE_SRANDOM
DOCS= NEWS README TODO
EXAMPLES= cron.hourly message.txt
-NO_STAGE= yes
do-configure:
- ${ECHO_CMD} "${PREFIX}/bin" > ${WRKSRC}/conf-bin
+ ${ECHO_CMD} "${STAGEDIR}${PREFIX}/bin" > ${WRKSRC}/conf-bin
${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc
${ECHO_CMD} "${CC} ${STRIP} ${LDFLAGS}" > ${WRKSRC}/conf-ld
do-install:
cd ${WRKSRC} && ./installer
- @${MKDIR} ${EXAMPLESDIR}
- cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR}
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${STAGEDIR}${EXAMPLESDIR}
.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list