diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2002-07-16 16:59:30 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2002-07-16 16:59:30 +0000 |
commit | 9fd3d38052d8b50d0db5bc24b22f8dc1becfd82e (patch) | |
tree | d061ff96321553e1eca1356086cd07c6da9f1614 /x11-toolkits/mowitz/Makefile | |
parent | bed5679183698ca9efddd4e045f43229cbbd9d4a (diff) |
Notes
Diffstat (limited to 'x11-toolkits/mowitz/Makefile')
-rw-r--r-- | x11-toolkits/mowitz/Makefile | 8 |
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? |