svn commit: r345028 - head/devel/fortran-utils

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 19 08:59:48 UTC 2014


Author: ehaupt
Date: Wed Feb 19 08:59:47 2014
New Revision: 345028
URL: http://svnweb.freebsd.org/changeset/ports/345028
QAT: https://qat.redports.org/buildarchive/r345028/

Log:
  Support staging

Modified:
  head/devel/fortran-utils/Makefile
  head/devel/fortran-utils/pkg-plist

Modified: head/devel/fortran-utils/Makefile
==============================================================================
--- head/devel/fortran-utils/Makefile	Wed Feb 19 08:56:51 2014	(r345027)
+++ head/devel/fortran-utils/Makefile	Wed Feb 19 08:59:47 2014	(r345028)
@@ -4,7 +4,7 @@
 PORTNAME=	fortran-utils
 PORTVERSION=	1.1
 CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_LOCAL}
+MASTER_SITES=	LOCAL
 MASTER_SITE_SUBDIR=	kris
 
 MAINTAINER=	ports at FreeBSD.org
@@ -12,13 +12,11 @@ COMMENT=	Tools for use with Fortran code
 
 WRKSRC=		${WRKDIR}/fortran-utils
 
-MAN1=		fpr.1 fsplit.1
-
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/fpr/fpr ${PREFIX}/bin
-	${INSTALL_PROGRAM} ${WRKSRC}/fsplit/fsplit ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/fpr/fpr.1 ${PREFIX}/man/man1
-	${INSTALL_MAN} ${WRKSRC}/fsplit/fsplit.1 ${PREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/fpr/fpr ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/fsplit/fsplit ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/fpr/fpr.1 ${STAGEDIR}${MANPREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/fsplit/fsplit.1 \
+		${STAGEDIR}${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>

Modified: head/devel/fortran-utils/pkg-plist
==============================================================================
--- head/devel/fortran-utils/pkg-plist	Wed Feb 19 08:56:51 2014	(r345027)
+++ head/devel/fortran-utils/pkg-plist	Wed Feb 19 08:59:47 2014	(r345028)
@@ -1,2 +1,4 @@
 bin/fpr
 bin/fsplit
+man/man1/fpr.1.gz
+man/man1/fsplit.1.gz


More information about the svn-ports-all mailing list