diff options
author | adamw <adamw@FreeBSD.org> | 2003-11-13 06:54:08 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-11-13 06:54:08 +0800 |
commit | fc5ad9b42efd807efb93157672ac2b56c81aba5e (patch) | |
tree | 7b7b44aac5d07e0816c54fc406bae34c15635080 /deskutils/mdh/Makefile | |
parent | ebb39a556db61e92124b90c438ea70c51e25a8bb (diff) | |
download | freebsd-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/Makefile | 6 |
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) |