svn commit: r344391 - head/math/apc

Danilo Egea Gondolfo danilo at FreeBSD.org
Sat Feb 15 14:27:49 UTC 2014


Author: danilo
Date: Sat Feb 15 14:27:49 2014
New Revision: 344391
URL: http://svnweb.freebsd.org/changeset/ports/344391
QAT: https://qat.redports.org/buildarchive/r344391/

Log:
  - Add stage support
  - Add LICENSE
  - Remove the indefinite article from COMMENT

Modified:
  head/math/apc/Makefile

Modified: head/math/apc/Makefile
==============================================================================
--- head/math/apc/Makefile	Sat Feb 15 14:27:04 2014	(r344390)
+++ head/math/apc/Makefile	Sat Feb 15 14:27:49 2014	(r344391)
@@ -9,14 +9,17 @@ MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	arved
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	An xforms based Auto Payment Calculator
+COMMENT=	Xforms based Auto Payment Calculator
+
+LICENSE=	GPLv2
 
 LIB_DEPENDS=	libforms.so:${PORTSDIR}/x11-toolkits/xforms
 
 USE_XORG=	x11 xpm
-MAN1=		apc.1
-MANCOMPRESSED=	yes
-PLIST_FILES=	bin/apc
+PLIST_FILES=	bin/apc man/man1/apc.1.gz
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/apc ${STAGEDIR}${PREFIX}/bin/
+	${INSTALL_MAN} ${WRKSRC}/apc.1 ${STAGEDIR}/${MAN1PREFIX}/man/man1/
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list