diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-05-23 00:25:46 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-05-23 00:25:46 +0800 |
commit | 400f6511ebec55e02b597648f0e28f40a88bdd25 (patch) | |
tree | dc8ecb38d4c4ef965d2691069fa5477b2c926e13 /audio | |
parent | b05a7c608de67bb7b4d411c65e32fa68ce93274a (diff) | |
download | freebsd-ports-gnome-400f6511ebec55e02b597648f0e28f40a88bdd25.tar.gz freebsd-ports-gnome-400f6511ebec55e02b597648f0e28f40a88bdd25.tar.zst freebsd-ports-gnome-400f6511ebec55e02b597648f0e28f40a88bdd25.zip |
Stageify.
Approved by: portmgr@
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mp3plot/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/mp3plot/Makefile b/audio/mp3plot/Makefile index be345a2f0cec..43d6c75c5f9c 100644 --- a/audio/mp3plot/Makefile +++ b/audio/mp3plot/Makefile @@ -17,14 +17,12 @@ OPTIONS_DEFAULT= GD LICENSE= GPLv2 -NO_STAGE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-boost-program-options=boost_program_options \ --with-boost-thread=boost_thread CONFIGURE_ENV+= "LIBS=-lboost_system" -MAN1= ${PORTNAME}.1 -PLIST_FILES= bin/${PORTNAME} +PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} |