diff options
Diffstat (limited to 'audio/penguinsap/Makefile')
-rw-r--r-- | audio/penguinsap/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/penguinsap/Makefile b/audio/penguinsap/Makefile index 2230bd7c585a..507b4e09adc2 100644 --- a/audio/penguinsap/Makefile +++ b/audio/penguinsap/Makefile @@ -10,7 +10,6 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Command-line Atari(TM) .sap player USE_DOS2UNIX= yes -NO_STAGE= yes SOURCES= sapPokey pokey1 sapCpu sapEngine main pokey0 @@ -45,7 +44,7 @@ do-build: -o ${WRKSRC}/sap do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/sap ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/sap ${STAGEDIR}${PREFIX}/bin post-install: @${CAT} ${PKGMESSAGE} |