svn commit: r354869 - head/audio/mp3plot

Vanilla I. Shu vanilla at FreeBSD.org
Thu May 22 16:25:47 UTC 2014


Author: vanilla
Date: Thu May 22 16:25:46 2014
New Revision: 354869
URL: http://svnweb.freebsd.org/changeset/ports/354869
QAT: https://qat.redports.org/buildarchive/r354869/

Log:
  Stageify.
  
  Approved by:	portmgr@

Modified:
  head/audio/mp3plot/Makefile

Modified: head/audio/mp3plot/Makefile
==============================================================================
--- head/audio/mp3plot/Makefile	Thu May 22 16:21:12 2014	(r354868)
+++ head/audio/mp3plot/Makefile	Thu May 22 16:25:46 2014	(r354869)
@@ -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}


More information about the svn-ports-all mailing list