summaryrefslogtreecommitdiff
path: root/x11-toolkits/mowitz/Makefile
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2002-07-16 16:59:30 +0000
committerMikhail Teterin <mi@FreeBSD.org>2002-07-16 16:59:30 +0000
commit9fd3d38052d8b50d0db5bc24b22f8dc1becfd82e (patch)
treed061ff96321553e1eca1356086cd07c6da9f1614 /x11-toolkits/mowitz/Makefile
parentFix typo in LIB_DEPENDS, point to correct directory (diff)
Upgrade from 0.1.1 to 0.2.1.
Notes
Notes: svn path=/head/; revision=63095
Diffstat (limited to 'x11-toolkits/mowitz/Makefile')
-rw-r--r--x11-toolkits/mowitz/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/x11-toolkits/mowitz/Makefile b/x11-toolkits/mowitz/Makefile
index ba863bdddccc..1104a934461e 100644
--- a/x11-toolkits/mowitz/Makefile
+++ b/x11-toolkits/mowitz/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= Mowitz
-PORTVERSION= 0.1.1
+PORTVERSION= 0.2.1
CATEGORIES= x11-toolkits
MASTER_SITES= http://siag.nu/pub/mowitz/
@@ -19,12 +19,6 @@ INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-xawm=Xaw3d
-.if defined(X11BASE) && ${X11BASE} != /usr/X11R6
-post-patch:
- ${PERL} -pi -e 's,/usr/X11R6,${X11BASE},g' \
- `find ${WRKSRC} | xargs fgrep -l --mmap /usr/X11R6`
-.endif
-
post-install:
${RM} ${PREFIX}/lib/libMowitz.la
# Anyone knows a better way?