svn commit: r346170 - head/mail/sendok

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 26 09:38:51 UTC 2014


Author: ehaupt
Date: Wed Feb 26 09:38:50 2014
New Revision: 346170
URL: http://svnweb.freebsd.org/changeset/ports/346170
QAT: https://qat.redports.org/buildarchive/r346170/

Log:
  Support staging

Modified:
  head/mail/sendok/Makefile

Modified: head/mail/sendok/Makefile
==============================================================================
--- head/mail/sendok/Makefile	Wed Feb 26 09:37:59 2014	(r346169)
+++ head/mail/sendok/Makefile	Wed Feb 26 09:38:50 2014	(r346170)
@@ -16,13 +16,12 @@ PLIST_FILES=	bin/sendok-check bin/sendok
 
 ALL_TARGET=	it
 
-NO_STAGE=	yes
 post-patch:
 	@${ECHO_CMD} ${CC} ${CFLAGS} >${WRKSRC}/conf-cc
 
 do-install:
 .for f in sendok-check sendok-create
-	${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
 .endfor
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list