summaryrefslogtreecommitdiff
path: root/lang/f77
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-05-11 07:27:03 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-05-11 07:27:03 +0000
commitc642c23cb79b60f47ed46a9b08ec223789af2351 (patch)
tree6a68eaae862df6d3f3b932f8dded82caec038f43 /lang/f77
parentX11/TK based mail reader front end to MH for Japanese environments (diff)
Don't write to ${PKGDIR}/PLIST.
Notes
Notes: svn path=/head/; revision=18788
Diffstat (limited to 'lang/f77')
-rw-r--r--lang/f77/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/lang/f77/Makefile b/lang/f77/Makefile
index 3d289d1dc526..81930a733cad 100644
--- a/lang/f77/Makefile
+++ b/lang/f77/Makefile
@@ -3,7 +3,7 @@
# Date created: 19 JAN 1999
# Whom: Steven G. Kargl
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1999/04/24 22:50:24 obrien Exp $
#
DISTNAME= f77-freebsd.0.3
@@ -32,17 +32,15 @@ MAKE_ARGS= "CFLAGS= ${CFLAGS} -DSUN_FPP \
-DF2C_COMMAND='\"${PREFIX}/bin/f2c\"'"
.endif
-.include <bsd.port.pre.mk>
-
-ALL_TARGET= depend all
-
+ALL_TARGET= depend all
MAN1= ${F77NAME}.1
+PLIST= ${WRKDIR}/PLIST
do-install:
- @echo 'bin/${F77NAME}' > ${PKGDIR}/PLIST
+ @echo 'bin/${F77NAME}' > ${PLIST}
${INSTALL_PROGRAM} ${WRKSRC}/f77 ${PREFIX}/bin/${F77NAME}
@${SED} -e 's/F77/${F77NAME}/g' -e 's/f77/${F77NAME}/g' \
${WRKSRC}/f77.1 > ${WRKSRC}/${F77NAME}.1
${INSTALL_MAN} ${WRKSRC}/${F77NAME}.1 ${PREFIX}/man/man1
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>