svn commit: r338664 - head/audio/libsmf

Baptiste Daroussin bapt at FreeBSD.org
Sat Jan 4 18:22:01 UTC 2014


Author: bapt
Date: Sat Jan  4 18:22:00 2014
New Revision: 338664
URL: http://svnweb.freebsd.org/changeset/ports/338664

Log:
  Support stage

Modified:
  head/audio/libsmf/Makefile
  head/audio/libsmf/pkg-plist

Modified: head/audio/libsmf/Makefile
==============================================================================
--- head/audio/libsmf/Makefile	Sat Jan  4 18:21:00 2014	(r338663)
+++ head/audio/libsmf/Makefile	Sat Jan  4 18:22:00 2014	(r338664)
@@ -10,10 +10,8 @@ MAINTAINER=	trasz at FreeBSD.org
 COMMENT=	Standard MIDI File format library
 
 USES=	pathfix pkgconfig readline:port
-NO_STAGE=	yes
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-MAN1=		smfsh.1
 
 .include <bsd.port.mk>

Modified: head/audio/libsmf/pkg-plist
==============================================================================
--- head/audio/libsmf/pkg-plist	Sat Jan  4 18:21:00 2014	(r338663)
+++ head/audio/libsmf/pkg-plist	Sat Jan  4 18:22:00 2014	(r338664)
@@ -5,3 +5,4 @@ lib/libsmf.so
 lib/libsmf.la
 lib/libsmf.a
 libdata/pkgconfig/smf.pc
+man/man1/smfsh.1.gz


More information about the svn-ports-all mailing list