aboutsummaryrefslogtreecommitdiffstats
path: root/x11/libfm/Makefile
diff options
context:
space:
mode:
authorkmoore <kmoore@FreeBSD.org>2011-09-03 09:54:25 +0800
committerkmoore <kmoore@FreeBSD.org>2011-09-03 09:54:25 +0800
commit55deb36bdfe447683065fd748a09ec454704c255 (patch)
tree850ab803dd830907775ca2cdd78aafcdad382087 /x11/libfm/Makefile
parentb6abaac9391a983f4b6c83f37e32fd0c34d20e12 (diff)
downloadfreebsd-ports-gnome-55deb36bdfe447683065fd748a09ec454704c255.tar.gz
freebsd-ports-gnome-55deb36bdfe447683065fd748a09ec454704c255.tar.zst
freebsd-ports-gnome-55deb36bdfe447683065fd748a09ec454704c255.zip
Update to 0.1.16
Diffstat (limited to 'x11/libfm/Makefile')
-rw-r--r--x11/libfm/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/libfm/Makefile b/x11/libfm/Makefile
index bb2aa7364d91..4e89936cd224 100644
--- a/x11/libfm/Makefile
+++ b/x11/libfm/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libfm
-PORTVERSION= 0.1.14
+PORTVERSION= 0.1.16
CATEGORIES= x11
MASTER_SITES= SF/pcmanfm/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/libfm%20%28required%20by%20PCManFM%29/
@@ -40,6 +40,12 @@ PLIST_SUB+= NLS="@comment "
post-patch:
@${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \
${WRKSRC}/src/Makefile.in
+ @${REINPLACE_CMD} -e 's|docs/Makefile||g' \
+ ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|docs/reference/Makefile||g' \
+ ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|docs/reference/libfm/Makefile||g' \
+ ${WRKSRC}/configure
pre-install:
cd ${WRKDIR}/libfm-${PORTVERSION} && ${CHMOD} 755 install-sh