Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jun 2014 15:33:07 +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: r357692 - head/comms/xastir
Message-ID:  <201406131533.s5DFX7Be069550@svn.freebsd.org>

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



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