summaryrefslogtreecommitdiff
path: root/lang/intercal/Makefile
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2006-10-08 22:04:47 +0000
committerStanislav Sedov <stas@FreeBSD.org>2006-10-08 22:04:47 +0000
commit3a9d54a05ea0f1620a2aacab387758ddeb171ec2 (patch)
tree866d4590063ef45aad82b5e985381d815d58bb06 /lang/intercal/Makefile
parentReset bouncing maintainer address. (diff)
- Fix intercal library dir [1]
- PREFIX-safety [2] - Change my email Submitted by: Phil Pennock <phil.pennock@globnix.org> [1], me (stas) [2] Approved by: sem (implicitly)
Notes
Notes: svn path=/head/; revision=175009
Diffstat (limited to 'lang/intercal/Makefile')
-rw-r--r--lang/intercal/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/lang/intercal/Makefile b/lang/intercal/Makefile
index 9cf631b069ab..0ad85d971c04 100644
--- a/lang/intercal/Makefile
+++ b/lang/intercal/Makefile
@@ -7,14 +7,22 @@
PORTNAME= intercal
PORTVERSION= 0.24
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://www.catb.org/~esr/intercal/
-MAINTAINER= ssedov@mbsd.msk.ru
+MAINTAINER= stas@FreeBSD.org
COMMENT= The C-INTERCAL compiler, ick, and supporting libraries
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ENV= CFLAGS="${CFLAGS} -D_POSIX_SOURCE"
+post-patch:
+#
+# Respect PREFIX
+#
+ @${REINPLACE_CMD} -E -e "s,/usr/local,${PREFIX},g" \
+ ${WRKSRC}/perpetrate.c
+
.include <bsd.port.mk>