Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jan 2014 13:44:35 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340396 - head/mail/spampd
Message-ID:  <201401201344.s0KDiZdu092687@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401201344.s0KDiZdu092687>