diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-20 17:04:45 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-20 17:04:45 +0000 |
commit | 77276edfac56969042017a89a6a1b8a2cccf9afa (patch) | |
tree | 4f87c2f962cf32c67369c105b2dfdc882678e0e6 /editors/manedit/Makefile | |
parent | 53d94c598d07c9b81211f2d5f37a326628155df7 (diff) | |
download | ports-77276edfac56969042017a89a6a1b8a2cccf9afa.tar.gz ports-77276edfac56969042017a89a6a1b8a2cccf9afa.zip |
Notes
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> |