aboutsummaryrefslogtreecommitdiff
path: root/audio/nosefart
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2014-05-17 18:48:25 +0000
committerErwin Lansing <erwin@FreeBSD.org>2014-05-17 18:48:25 +0000
commit37a048081c38a8b612ec993c4c7cd94d5a3ff582 (patch)
tree5e9608a3301e23842b8c3589f41bd4db35b893ce /audio/nosefart
parent506738e899f87e1a0e287dd71977ad5aeaeb7781 (diff)
downloadports-37a048081c38a8b612ec993c4c7cd94d5a3ff582.tar.gz
ports-37a048081c38a8b612ec993c4c7cd94d5a3ff582.zip
stagify
Approved by: portmgr (blanket) Sponsored by: DK Hostmaster A/S
Notes
Notes: svn path=/head/; revision=354355
Diffstat (limited to 'audio/nosefart')
-rw-r--r--audio/nosefart/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/nosefart/Makefile b/audio/nosefart/Makefile
index c7ad5928ceba..936cb66b4e62 100644
--- a/audio/nosefart/Makefile
+++ b/audio/nosefart/Makefile
@@ -14,7 +14,6 @@ COMMENT= Player for NES Sound Format (NSF)
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>