Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 May 2014 16:25:46 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r354869 - head/audio/mp3plot
Message-ID:  <201405221625.s4MGPklM037116@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405221625.s4MGPklM037116>