aboutsummaryrefslogtreecommitdiffstats
path: root/lang/awka/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-05-06 17:57:23 +0800
committerijliao <ijliao@FreeBSD.org>2002-05-06 17:57:23 +0800
commitb462bb8e1de8724290122f123e18fe03bd66ea63 (patch)
treec766f1113d3b075ef63dbff5cfa158aba3edb2e0 /lang/awka/Makefile
parent874c69dcbabe11e289f1204452b404febb28818b (diff)
downloadfreebsd-ports-gnome-b462bb8e1de8724290122f123e18fe03bd66ea63.tar.gz
freebsd-ports-gnome-b462bb8e1de8724290122f123e18fe03bd66ea63.tar.zst
freebsd-ports-gnome-b462bb8e1de8724290122f123e18fe03bd66ea63.zip
upgrade to 0.7.5
drop maintainership
Diffstat (limited to 'lang/awka/Makefile')
-rw-r--r--lang/awka/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/awka/Makefile b/lang/awka/Makefile
index a9f11daf305e..832218d78fa7 100644
--- a/lang/awka/Makefile
+++ b/lang/awka/Makefile
@@ -6,11 +6,11 @@
# $FreeBSD$
PORTNAME= awka
-PORTVERSION= 0.7.4
+PORTVERSION= 0.7.5
CATEGORIES= lang
MASTER_SITES= http://awka.sourceforge.net/
-MAINTAINER= ijliao@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
@@ -21,6 +21,6 @@ MAN1= awka.1
MAN5= awka-elm.5 awka-elmref.5
post-install:
- @strip ${PREFIX}/bin/awka
+ @${STRIP_CMD} ${PREFIX}/bin/awka
.include <bsd.port.mk>