From 37a048081c38a8b612ec993c4c7cd94d5a3ff582 Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Sat, 17 May 2014 18:48:25 +0000 Subject: [PATCH] stagify Approved by: portmgr (blanket) Sponsored by: DK Hostmaster A/S --- audio/nosefart/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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