summaryrefslogtreecommitdiff
path: root/lang/f77
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 19:53:09 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 19:53:09 +0000
commit888ab73a81ce0010b6a141740f5b26e92a5ec6a8 (patch)
tree1373440d0f3681e50dd86fe77aff964fd6e1aeb8 /lang/f77
parent- update to 2.13.3 (diff)
Add NO_STAGE all over the place in preparation for the staging support (cat: lang)
Notes
Notes: svn path=/head/; revision=327741
Diffstat (limited to 'lang/f77')
-rw-r--r--lang/f77/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/lang/f77/Makefile b/lang/f77/Makefile
index 9eb1638092d9..5628d90c17e7 100644
--- a/lang/f77/Makefile
+++ b/lang/f77/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: f77-freebsd
-# Date created: 19 JAN 1999
-# Whom: Steven G. Kargl
-#
+# Created by: Steven G. Kargl
# $FreeBSD$
-#
PORTNAME= f77
PORTVERSION= 0.3
@@ -38,6 +34,7 @@ ALL_TARGET= depend all
MAN1= ${F77NAME}.1
PLIST_FILES= bin/${F77NAME}
+NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/f77 ${PREFIX}/bin/${F77NAME}
@${SED} -e 's/F77/${F77NAME}/g' -e 's/f77/${F77NAME}/g' \