svn commit: r354355 - head/audio/nosefart

Erwin Lansing erwin at FreeBSD.org
Sat May 17 18:48:25 UTC 2014


Author: erwin
Date: Sat May 17 18:48:25 2014
New Revision: 354355
URL: http://svnweb.freebsd.org/changeset/ports/354355
QAT: https://qat.redports.org/buildarchive/r354355/

Log:
  stagify
  
  Approved by:	portmgr (blanket)
  Sponsored by:	DK Hostmaster A/S

Modified:
  head/audio/nosefart/Makefile

Modified: head/audio/nosefart/Makefile
==============================================================================
--- head/audio/nosefart/Makefile	Sat May 17 18:41:43 2014	(r354354)
+++ head/audio/nosefart/Makefile	Sat May 17 18:48:25 2014	(r354355)
@@ -14,7 +14,6 @@ COMMENT=	Player for NES Sound Format (NS
 LICENSE=	GPLv2
 
 USES=		gmake
-NO_STAGE=	yes
 MAKE_ENV=	INSTALL="${INSTALL}" COPY="${COPY}" STRIP="${STRIP}" \
 		BINGRP="${BINGRP}" BINMODE="${BINMODE}" BINOWN="${BINOWN}"
 
@@ -23,4 +22,7 @@ PLIST_FILES=	bin/nosefart
 pre-build:
 	@${RM} -rf ${BUILD_WRKSRC}/nsfobj
 
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/nsfobj/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list