svn commit: r340396 - head/mail/spampd

Mathieu Arnold mat at FreeBSD.org
Mon Jan 20 13:44:35 UTC 2014


Author: mat
Date: Mon Jan 20 13:44:34 2014
New Revision: 340396
URL: http://svnweb.freebsd.org/changeset/ports/340396
QAT: https://qat.redports.org/buildarchive/r340396/

Log:
  Support staging.

Modified:
  head/mail/spampd/Makefile

Modified: head/mail/spampd/Makefile
==============================================================================
--- head/mail/spampd/Makefile	Mon Jan 20 13:39:10 2014	(r340395)
+++ head/mail/spampd/Makefile	Mon Jan 20 13:44:34 2014	(r340396)
@@ -15,11 +15,11 @@ RUN_DEPENDS=	spamc:${PORTSDIR}/mail/p5-M
 
 NO_BUILD=	yes
 PLIST_FILES=	sbin/spampd
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	spampd
 USE_RC_SUBR=	spampd
 
-NO_STAGE=	yes
 do-install:
-	@${INSTALL_SCRIPT} ${WRKSRC}/spampd ${PREFIX}/sbin
+	@${INSTALL_SCRIPT} ${WRKSRC}/spampd ${STAGEDIR}${PREFIX}/sbin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list