diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-16 20:21:22 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-16 20:21:22 +0000 |
commit | fc611e65b1405d36ed4a39514c34156e74f3b119 (patch) | |
tree | 6882cc72ad12098c60ac56c303eb9e1a572b5ac7 /audio/lpac | |
parent | e11c7ad3e4918db55480c0b7b5f4bd8320a08bf6 (diff) | |
download | ports-fc611e65b1405d36ed4a39514c34156e74f3b119.tar.gz ports-fc611e65b1405d36ed4a39514c34156e74f3b119.zip |
Notes
Diffstat (limited to 'audio/lpac')
-rw-r--r-- | audio/lpac/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/lpac/Makefile b/audio/lpac/Makefile index e8810993f24c..7a5685a77206 100644 --- a/audio/lpac/Makefile +++ b/audio/lpac/Makefile @@ -14,11 +14,10 @@ ONLY_FOR_ARCHS= amd64 i386 NO_CDROM= No commercial use NO_BUILD= yes USE_LINUX= yes -NO_STAGE= yes PLIST_FILES= bin/lpac do-install: - @${INSTALL_PROGRAM} ${WRKDIR}/lpac ${PREFIX}/bin/ - @${BRANDELF} -t Linux ${PREFIX}/bin/lpac + ${BRANDELF} -t Linux ${WRKDIR}/lpac + ${INSTALL_PROGRAM} ${WRKDIR}/lpac ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |