diff options
author | kmoore <kmoore@FreeBSD.org> | 2011-09-03 09:54:25 +0800 |
---|---|---|
committer | kmoore <kmoore@FreeBSD.org> | 2011-09-03 09:54:25 +0800 |
commit | 55deb36bdfe447683065fd748a09ec454704c255 (patch) | |
tree | 850ab803dd830907775ca2cdd78aafcdad382087 /x11/libfm/Makefile | |
parent | b6abaac9391a983f4b6c83f37e32fd0c34d20e12 (diff) | |
download | freebsd-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/Makefile | 8 |
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 |