diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-23 20:30:50 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-23 20:30:50 +0000 |
commit | f4a1e022c0d267b40fde97c90402277490d4eb4f (patch) | |
tree | 55da60aef1b2c32d67ec2312379a244877492550 /audio/penguinsap | |
parent | 0798d61585c1bb62d7fe58a74250b3d4b59388b0 (diff) | |
download | ports-f4a1e022c0d267b40fde97c90402277490d4eb4f.tar.gz ports-f4a1e022c0d267b40fde97c90402277490d4eb4f.zip |
Notes
Diffstat (limited to 'audio/penguinsap')
-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} |