diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-02-07 07:13:50 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-02-07 07:13:50 +0000 |
commit | 5ecb6d72e5afd07dc6c8c12ef9b36eb2875c6744 (patch) | |
tree | f12ae988f3a6dee884551f25b0663411e1f73c47 | |
parent | 69d5a227f20dac8589e3d6585fc197b3c63bf7a5 (diff) | |
download | ports-5ecb6d72e5afd07dc6c8c12ef9b36eb2875c6744.tar.gz ports-5ecb6d72e5afd07dc6c8c12ef9b36eb2875c6744.zip |
Notes
-rw-r--r-- | x11-themes/gnome-backgrounds/Makefile | 6 | ||||
-rw-r--r-- | x11-themes/gnome-backgrounds/distinfo | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-themes/gnome-backgrounds/Makefile b/x11-themes/gnome-backgrounds/Makefile index 950bf24004fc..cd9a915daa3c 100644 --- a/x11-themes/gnome-backgrounds/Makefile +++ b/x11-themes/gnome-backgrounds/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gnome-backgrounds -PORTVERSION= 2.12.2 +PORTVERSION= 2.12.3 CATEGORIES= x11-themes graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.12 @@ -25,4 +25,8 @@ 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> diff --git a/x11-themes/gnome-backgrounds/distinfo b/x11-themes/gnome-backgrounds/distinfo index 2a50a35fac01..66494670efda 100644 --- a/x11-themes/gnome-backgrounds/distinfo +++ b/x11-themes/gnome-backgrounds/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gnome-backgrounds-2.12.2.tar.bz2) = 8c0533d438721ed1923d5dfa87885f53 -SHA256 (gnome2/gnome-backgrounds-2.12.2.tar.bz2) = 23f50725e1693c7c555f2ba8989bfc821b7e5909236c517537a4a22efb8b4b4e -SIZE (gnome2/gnome-backgrounds-2.12.2.tar.bz2) = 1782630 +MD5 (gnome2/gnome-backgrounds-2.12.3.tar.bz2) = 33e47d2254e88d1e60f1f83168374ef4 +SHA256 (gnome2/gnome-backgrounds-2.12.3.tar.bz2) = c1f23af880df0d60a82891ebac614b3beb23434620f5646e9126cd068eac968c +SIZE (gnome2/gnome-backgrounds-2.12.3.tar.bz2) = 1780586 |