svn commit: r345291 - head/comms/hamfax

Martin Wilke miwi at FreeBSD.org
Fri Feb 21 01:55:12 UTC 2014


Author: miwi
Date: Fri Feb 21 01:55:10 2014
New Revision: 345291
URL: http://svnweb.freebsd.org/changeset/ports/345291
QAT: https://qat.redports.org/buildarchive/r345291/

Log:
  - Stage support

Modified:
  head/comms/hamfax/Makefile
  head/comms/hamfax/pkg-plist

Modified: head/comms/hamfax/Makefile
==============================================================================
--- head/comms/hamfax/Makefile	Fri Feb 21 01:55:04 2014	(r345290)
+++ head/comms/hamfax/Makefile	Fri Feb 21 01:55:10 2014	(r345291)
@@ -15,11 +15,8 @@ LIB_DEPENDS=	libaudiofile.so:${PORTSDIR}
 USE_QT4=	gui moc_build
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	CPPFLAGS="-I${LOCALBASE}/include" \
-					LDFLAGS="-L${LOCALBASE}/lib"
+			LDFLAGS="-L${LOCALBASE}/lib"
 USES=		gmake pkgconfig
 USE_BZIP2=	yes
 
-
-MAN1=		hamfax.1
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/comms/hamfax/pkg-plist
==============================================================================
--- head/comms/hamfax/pkg-plist	Fri Feb 21 01:55:04 2014	(r345290)
+++ head/comms/hamfax/pkg-plist	Fri Feb 21 01:55:10 2014	(r345291)
@@ -3,4 +3,5 @@ share/applications/hamfax.desktop
 %%DATADIR%%/hamfax.html
 %%DATADIR%%/hamfax_de.qm
 %%DATADIR%%/hamfax_fr.qm
+man/man1/hamfax.1.gz
 @dirrm %%DATADIR%%


More information about the svn-ports-head mailing list