svn commit: r346165 - head/mail/prepflog

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 26 09:25:23 UTC 2014


Author: ehaupt
Date: Wed Feb 26 09:25:22 2014
New Revision: 346165
URL: http://svnweb.freebsd.org/changeset/ports/346165
QAT: https://qat.redports.org/buildarchive/r346165/

Log:
  Support staging

Modified:
  head/mail/prepflog/Makefile

Modified: head/mail/prepflog/Makefile
==============================================================================
--- head/mail/prepflog/Makefile	Wed Feb 26 09:22:57 2014	(r346164)
+++ head/mail/prepflog/Makefile	Wed Feb 26 09:25:22 2014	(r346165)
@@ -10,13 +10,14 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	tabmow at freenode.net
 COMMENT=	Prepares logfiles in a sanitised format for pflogsumm and awstats
 
-PLIST_FILES=	bin/prepflog
-
+USES=		perl5 shebangfix
 NO_BUILD=	yes
-USES=		perl5
 
-NO_STAGE=	yes
+SHEBANG_FILES=	prepflog.pl
+PLIST_FILES=	bin/prepflog
+
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME}
+	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl \
+		${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list