diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-24 00:33:11 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-24 00:33:11 +0800 |
commit | 52fd6f9720a93a36ea5cde6ca55aefad9d6f6f37 (patch) | |
tree | 41624e10b8aeaca893ede0f2f865ec9f8d511dce | |
parent | 4a703fad72431c4d80727ed6e8588e11f7c300b1 (diff) | |
download | freebsd-ports-graphics-52fd6f9720a93a36ea5cde6ca55aefad9d6f6f37.tar.gz freebsd-ports-graphics-52fd6f9720a93a36ea5cde6ca55aefad9d6f6f37.tar.zst freebsd-ports-graphics-52fd6f9720a93a36ea5cde6ca55aefad9d6f6f37.zip |
- Switch to USES=autoreconf
-rw-r--r-- | x11-wm/gcompmgr/Makefile | 7 | ||||
-rw-r--r-- | x11-wm/gcompmgr/files/patch-Makefile.am (renamed from x11-wm/gcompmgr/files/patch-Makefile.in) | 10 |
2 files changed, 7 insertions, 10 deletions
diff --git a/x11-wm/gcompmgr/Makefile b/x11-wm/gcompmgr/Makefile index 2cce2bb3543..b59a8d6a27d 100644 --- a/x11-wm/gcompmgr/Makefile +++ b/x11-wm/gcompmgr/Makefile @@ -14,8 +14,7 @@ RUN_DEPENDS= xcompmgr:${PORTSDIR}/x11-wm/xcompmgr GNU_CONFIGURE= yes LIBS+= -L${LOCALBASE}/lib -lX11 -USES= libtool pkgconfig -USE_AUTOTOOLS= automake:env +USES= autoreconf libtool pkgconfig USE_GNOME= gtkmm24 USE_XORG= x11 @@ -29,9 +28,7 @@ DESKTOP_ENTRIES="gcompmgr" \ OPTIONS_DEFINE= DOCS post-patch: -.for file in depcomp install-sh missing - @${LN} -sf ${AUTOMAKE_DIR}/${file} ${WRKSRC} -.endfor + @${RM} -f ${WRKSRC}/INSTALL @${REINPLACE_CMD} -e 's|connect(SigC::slot|connect(sigc::mem_fun|g ; \ s|#include <sigc++\/compatibility\.h>||g' \ ${WRKSRC}/src/*.cc diff --git a/x11-wm/gcompmgr/files/patch-Makefile.in b/x11-wm/gcompmgr/files/patch-Makefile.am index 7bd8ad14de0..c4a0a1d3d19 100644 --- a/x11-wm/gcompmgr/files/patch-Makefile.in +++ b/x11-wm/gcompmgr/files/patch-Makefile.am @@ -1,9 +1,9 @@ ---- Makefile.in.orig Mon Jun 20 17:49:43 2005 -+++ Makefile.in Sat Feb 11 21:07:59 2006 -@@ -193,13 +193,11 @@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ +--- Makefile.am.orig 2005-06-20 15:46:44 UTC ++++ Makefile.am +@@ -5,13 +5,11 @@ + SUBDIRS = src + -gcompmgrdocdir = ${prefix}/doc/gcompmgr +gcompmgrdocdir = ${prefix}/share/doc/gcompmgr gcompmgrdoc_DATA = \ |