aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-19 08:59:47 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-19 08:59:47 +0000
commit93ca3ac495208155bbe741889c146a6cabe64337 (patch)
treec013760ca76bfc9ab6b77eea6036c5085688e185 /devel
parent828a64e157d22b851ef96f85ae785a4d9fd3d629 (diff)
downloadports-93ca3ac495208155bbe741889c146a6cabe64337.tar.gz
ports-93ca3ac495208155bbe741889c146a6cabe64337.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/fortran-utils/Makefile14
-rw-r--r--devel/fortran-utils/pkg-plist2
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/fortran-utils/Makefile b/devel/fortran-utils/Makefile
index 3ba83c028622..7de1b63e06df 100644
--- a/devel/fortran-utils/Makefile
+++ b/devel/fortran-utils/Makefile
@@ -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@FreeBSD.org
@@ -12,13 +12,11 @@ COMMENT= Tools for use with Fortran code, from 4.4BSD
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>
diff --git a/devel/fortran-utils/pkg-plist b/devel/fortran-utils/pkg-plist
index 4b63255d18c1..79c5da9ca6a7 100644
--- a/devel/fortran-utils/pkg-plist
+++ b/devel/fortran-utils/pkg-plist
@@ -1,2 +1,4 @@
bin/fpr
bin/fsplit
+man/man1/fpr.1.gz
+man/man1/fsplit.1.gz