svn commit: r357692 - head/comms/xastir

Vanilla I. Shu vanilla at FreeBSD.org
Fri Jun 13 15:33:08 UTC 2014


Author: vanilla
Date: Fri Jun 13 15:33:07 2014
New Revision: 357692
URL: http://svnweb.freebsd.org/changeset/ports/357692
QAT: https://qat.redports.org/buildarchive/r357692/

Log:
  Stagify.
  
  Approved by:	portmgr@

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

Modified: head/comms/xastir/Makefile
==============================================================================
--- head/comms/xastir/Makefile	Fri Jun 13 15:27:14 2014	(r357691)
+++ head/comms/xastir/Makefile	Fri Jun 13 15:33:07 2014	(r357692)
@@ -19,11 +19,6 @@ LIB_DEPENDS=	libtiff.so:${PORTSDIR}/grap
 GNU_CONFIGURE=	yes
 USES=		gettext gmake motif
 
-MAN1=		xastir.1 \
-		callpass.1 \
-		testdbfawk.1 \
-		xastir_udp_client.1
-
 SUB_FILES=	pkg-message
 
 OPTIONS_DEFINE=	SHAPELIB DBFAWK MAGICK CURL GEOTIFF GDAL GPSMAN FESTIVAL \
@@ -44,7 +39,6 @@ OPTCFLAGS_DESC=	Use optimized CFLAGS (-O
 
 OPTIONS_DEFAULT=	SHAPELIB DBFAWK MAGICK CURL RTREE BDB
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${PORT_OPTIONS:MSHAPELIB}
@@ -115,7 +109,4 @@ CFLAGS+=	-O2 -pipe
 BROKEN=		Does not compile on sparc64
 .endif
 
-post-install:
-	@${CAT} ${PKGMESSAGE}
-
 .include <bsd.port.post.mk>

Modified: head/comms/xastir/pkg-plist
==============================================================================
--- head/comms/xastir/pkg-plist	Fri Jun 13 15:27:14 2014	(r357691)
+++ head/comms/xastir/pkg-plist	Fri Jun 13 15:33:07 2014	(r357692)
@@ -2,6 +2,10 @@ bin/callpass
 bin/testdbfawk
 bin/xastir
 bin/xastir_udp_client
+man/man1/callpass.1.gz
+man/man1/testdbfawk.1.gz
+man/man1/xastir.1.gz
+man/man1/xastir_udp_client.1.gz
 %%DOCSDIR%%/AUTHORS
 %%DOCSDIR%%/COPYING
 %%DOCSDIR%%/COPYING.LIB.LESSTIF


More information about the svn-ports-all mailing list