aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/mdh/Makefile
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2003-11-13 06:54:08 +0800
committeradamw <adamw@FreeBSD.org>2003-11-13 06:54:08 +0800
commitfc5ad9b42efd807efb93157672ac2b56c81aba5e (patch)
tree7b7b44aac5d07e0816c54fc406bae34c15635080 /deskutils/mdh/Makefile
parentebb39a556db61e92124b90c438ea70c51e25a8bb (diff)
downloadfreebsd-ports-gnome-fc5ad9b42efd807efb93157672ac2b56c81aba5e.tar.gz
freebsd-ports-gnome-fc5ad9b42efd807efb93157672ac2b56c81aba5e.tar.zst
freebsd-ports-gnome-fc5ad9b42efd807efb93157672ac2b56c81aba5e.zip
Author took all the FreeBSD-specific patches from the port and
incorporated them into the tarball. And then, just to be sneaky, he re-rolled the tarball with the same version number. The patches and REINPLACEs are now gone, and I've bumped PORTREVISION.
Diffstat (limited to 'deskutils/mdh/Makefile')
-rw-r--r--deskutils/mdh/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/deskutils/mdh/Makefile b/deskutils/mdh/Makefile
index c56bdbf518db..397260b222b5 100644
--- a/deskutils/mdh/Makefile
+++ b/deskutils/mdh/Makefile
@@ -7,6 +7,7 @@
PORTNAME= mdh
PORTVERSION= 1.9.54
+PORTREVISION= 1
CATEGORIES= deskutils gnome
MASTER_SITES= http://www.gozer.org/my_stuff/gtk/gtk/mdh/
@@ -16,15 +17,10 @@ COMMENT= GTK2-based toolbar, sortof a gnomepanel replacement sortof
USE_X_PREFIX= yes
USE_BZIP2= yes
GNU_CONFIGURE= yes
-USE_REINPLACE= yes
USE_GNOME= gnomehack gnomeprefix gnometarget gtk20
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
-post-patch:
- @${REINPLACE_CMD} -e "s|<wait.h>|<sys/wait.h>|" \
- ${WRKSRC}/src/mdh.c ${WRKSRC}/src/mdh_panel_temp.c
-
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
.ifndef(NOPORTDOCS)