diff options
author | marcus <marcus@FreeBSD.org> | 2006-02-08 06:46:37 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-02-08 06:46:37 +0800 |
commit | 45d1d52659cfb0e9d792d43b4f27796c1a98713c (patch) | |
tree | b85bb4f52e262cdab13207d412213855634fd78d /x11-themes/gnome-backgrounds | |
parent | 6d9be4815cf77e51aa88ee288e50226bae321b6a (diff) | |
download | freebsd-ports-gnome-45d1d52659cfb0e9d792d43b4f27796c1a98713c.tar.gz freebsd-ports-gnome-45d1d52659cfb0e9d792d43b4f27796c1a98713c.tar.zst freebsd-ports-gnome-45d1d52659cfb0e9d792d43b4f27796c1a98713c.zip |
This hack is no longer needed since 2.12.3.1 fixed this automake problem.
Diffstat (limited to 'x11-themes/gnome-backgrounds')
-rw-r--r-- | x11-themes/gnome-backgrounds/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/x11-themes/gnome-backgrounds/Makefile b/x11-themes/gnome-backgrounds/Makefile index 5baba92f57ef..79e8356afeb6 100644 --- a/x11-themes/gnome-backgrounds/Makefile +++ b/x11-themes/gnome-backgrounds/Makefile @@ -25,8 +25,4 @@ USE_GNOME= gnomeprefix gnometarget gnomehack intlhack CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -post-patch: - @${REINPLACE_CMD} -e 's|@install_sh@|@INSTALL@|g' \ - ${WRKSRC}/po/Makefile.in.in - .include <bsd.port.mk> |