aboutsummaryrefslogtreecommitdiffstats
path: root/audio/etcd
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2014-01-11 00:28:07 +0800
committergahr <gahr@FreeBSD.org>2014-01-11 00:28:07 +0800
commit3dfbce74500595301f72695f6750bbd3f0401968 (patch)
treeb8a2e67a71b525eb489b93599fd71a901d2b29d4 /audio/etcd
parentd638a86f6e197d0bc04ce6c47115932b7c80a023 (diff)
downloadfreebsd-ports-graphics-3dfbce74500595301f72695f6750bbd3f0401968.tar.gz
freebsd-ports-graphics-3dfbce74500595301f72695f6750bbd3f0401968.tar.zst
freebsd-ports-graphics-3dfbce74500595301f72695f6750bbd3f0401968.zip
- STAGE-clean
Diffstat (limited to 'audio/etcd')
-rw-r--r--audio/etcd/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/etcd/Makefile b/audio/etcd/Makefile
index 29fca298333..c69cada40dd 100644
--- a/audio/etcd/Makefile
+++ b/audio/etcd/Makefile
@@ -13,15 +13,13 @@ MAINTAINER= gahr@FreeBSD.org
COMMENT= Enhanced Tiny CD, a simple ncurses-based CD player
USE_SDL= sdl
-NO_STAGE= yes
-MANCOMPRESSED= no
MAKE_ARGS= INCDIR=${LOCALBASE}/include LIBDIR=${LOCALBASE}/lib \
- SDL_LIBS=-lSDL NCURSES_LIBS="-lncursesw ${PTHREAD_LIBS}"
+ SDL_LIBS="-lSDL -pthread" NCURSES_LIBS="-lncursesw"
PLIST_FILES= bin/etcd
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/etcd ${PREFIX}/bin/
+ ${INSTALL_PROGRAM} ${WRKSRC}/etcd ${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.mk>