Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Aug 2014 01:43:19 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364147 - head/net-mgmt/sipcalc
Message-ID:  <53e18837.5adb.5723624@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Wed Aug  6 01:43:19 2014
New Revision: 364147
URL: http://svnweb.freebsd.org/changeset/ports/364147
QAT: https://qat.redports.org/buildarchive/r364147/

Log:
  net-mgmt/sipcalc: support stage

Modified:
  head/net-mgmt/sipcalc/Makefile
  head/net-mgmt/sipcalc/pkg-plist

Modified: head/net-mgmt/sipcalc/Makefile
==============================================================================
--- head/net-mgmt/sipcalc/Makefile	Wed Aug  6 01:33:19 2014	(r364146)
+++ head/net-mgmt/sipcalc/Makefile	Wed Aug  6 01:43:19 2014	(r364147)
@@ -10,17 +10,15 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Sipcalc is an IP subnet calculator with IPv6 support
 
 GNU_CONFIGURE=	yes
-MAN1=		sipcalc.1
 
 DOC_FILES=	doc/sipcalc.txt ChangeLog README
 
-NO_STAGE=	yes
+OPTIONS_DEFINE=	DOCS
+
 post-install:
-.ifndef(NOPORTDOCS)
-	@${MKDIR} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for file in ${DOC_FILES}
-	@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+	@${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
 .endfor
-.endif
 
 .include <bsd.port.mk>

Modified: head/net-mgmt/sipcalc/pkg-plist
==============================================================================
--- head/net-mgmt/sipcalc/pkg-plist	Wed Aug  6 01:33:19 2014	(r364146)
+++ head/net-mgmt/sipcalc/pkg-plist	Wed Aug  6 01:43:19 2014	(r364147)
@@ -1,4 +1,5 @@
 bin/sipcalc
+man/man1/sipcalc.1.gz
 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog
 %%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTDOCS%%%%DOCSDIR%%/sipcalc.txt



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e18837.5adb.5723624>