summaryrefslogtreecommitdiff
path: root/lang/mmix/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-12-14 05:33:18 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-12-14 05:33:18 +0000
commit1059c099322fe0639f2ff2a2892a12a4e53b05ba (patch)
treed23ec73fcfd8c6b30eb6adb9e639a478be40e4e4 /lang/mmix/Makefile
parentMake chtml.tgz fetchable again (diff)
Make port fetchable and building again.
Noticed on: bento
Notes
Notes: svn path=/head/; revision=71618
Diffstat (limited to 'lang/mmix/Makefile')
-rw-r--r--lang/mmix/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/mmix/Makefile b/lang/mmix/Makefile
index 57b73c459993..aafdfb01f44e 100644
--- a/lang/mmix/Makefile
+++ b/lang/mmix/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= mmix
-PORTVERSION= 20020216
+PORTVERSION= 20021126
CATEGORIES= lang
MASTER_SITES= http://www-cs-faculty.stanford.edu/~knuth/programs/
-DISTNAME= mmix
MAINTAINER= keith@FreeBSD.org
@@ -17,9 +16,10 @@ BUILD_DEPENDS= ctangle:${PORTSDIR}/devel/cweb
NO_WRKSUBDIR= yes
FILES= mmix.1 mmix.mp silly.out silly.run
+USE_REINPLACE= yes
post-patch:
- @${PERL} -pi -e "s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} -e "s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mmix ${PREFIX}/bin