aboutsummaryrefslogtreecommitdiff
path: root/lang/ratfor
diff options
context:
space:
mode:
authorBartek Rutkowski <robak@FreeBSD.org>2014-08-29 13:23:23 +0000
committerBartek Rutkowski <robak@FreeBSD.org>2014-08-29 13:23:23 +0000
commitb601631ad1019df4b7339f39324b8940dbc0e2dc (patch)
tree8866b55c56acc7ee0eba58cfa9ad5cb98d5bb906 /lang/ratfor
parente9e50055b6f5c41c1fe33a210880690612f6506d (diff)
Notes
Diffstat (limited to 'lang/ratfor')
-rw-r--r--lang/ratfor/Makefile15
-rw-r--r--lang/ratfor/pkg-plist2
2 files changed, 7 insertions, 10 deletions
diff --git a/lang/ratfor/Makefile b/lang/ratfor/Makefile
index 19cacb444b4e..8a83091e2b51 100644
--- a/lang/ratfor/Makefile
+++ b/lang/ratfor/Makefile
@@ -5,13 +5,12 @@ PORTNAME= ratfor
PORTVERSION= 1985.06
PORTREVISION= 4
CATEGORIES= lang
-MASTER_SITES= ftp://sepftp.stanford.edu/pub/sep-distr/ \
- ${MASTER_SITE_LOCAL} \
+MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://sepwww.stanford.edu/sep/prof/
MASTER_SITE_SUBDIR= obrien
DISTFILES= ratfor.shar.2 local.ratfor77.shar
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= 5u623l20@gmail.com
COMMENT= Ratfor -- the Rational FORTRAN compiler
NO_WRKSUBDIR= yes
@@ -19,17 +18,17 @@ EXTRACT_CMD= ${CAT}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= | ${SH}
ALL_TARGET= all tests
-MAN1= ratfor.1
USES= fortran
-NO_STAGE= yes
+PLIST_FILES= bin/ratfor bin/ratfor77 man/man1/ratfor.1.gz
+
post-patch:
@cd ${WRKSRC} ; ${PATCH} --quiet < testw.patch
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/ratfor77 ${PREFIX}/bin
- cd ${PREFIX}/bin ; ${LN} -sf ratfor77 ratfor
- ${INSTALL_MAN} ${WRKSRC}/ratfor.1 ${PREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/ratfor77 ${STAGEDIR}${PREFIX}/bin
+ ${LN} -sf ${PREFIX}/bin/ratfor77 ${STAGEDIR}${PREFIX}/bin/ratfor
+ ${INSTALL_MAN} ${WRKSRC}/ratfor.1 ${STAGEDIR}${PREFIX}/man/man1
.include <bsd.port.pre.mk>
diff --git a/lang/ratfor/pkg-plist b/lang/ratfor/pkg-plist
deleted file mode 100644
index 3070b78a9165..000000000000
--- a/lang/ratfor/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/ratfor
-bin/ratfor77