diff options
Diffstat (limited to 'editors/manedit/Makefile')
-rw-r--r-- | editors/manedit/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/editors/manedit/Makefile b/editors/manedit/Makefile index 433e98a2896e..61de2f70aefa 100644 --- a/editors/manedit/Makefile +++ b/editors/manedit/Makefile @@ -6,10 +6,10 @@ # PORTNAME= manedit -PORTVERSION= 0.4.h +PORTVERSION= 0.4.i CATEGORIES= editors MASTER_SITES= ftp://fox.mit.edu/pub/xsw/ -DISTNAME= ${PORTNAME}${PORTVERSION:S/.h/h/} +DISTNAME= ${PORTNAME}${PORTVERSION:S/.i/i/} EXTRACT_SUFX= .tgz MAINTAINER= sobomax@FreeBSD.org @@ -25,7 +25,4 @@ pre-patch: @find ${WRKSRC} \( -name "*.[ch]" -or -name "*.cpp" \) | \ xargs ${PERL} -pi -e 's|malloc\.h|stdlib.h|g' -post-install: - ${INSTALL_SCRIPT} ${FILESDIR}/manwrap.sh ${PREFIX}/bin/manwrap - .include <bsd.port.mk> |