diff options
author | bapt <bapt@FreeBSD.org> | 2016-05-23 17:24:10 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-05-23 17:24:10 +0800 |
commit | 362816fc488427fc59a6326946070f61a0d10614 (patch) | |
tree | c33ba33abc580272fffdf2f2c62e7c409372563e /x11-toolkits/pango | |
parent | 4d0f4fa1813733f09fe7d57ef52e3e60c68ff233 (diff) | |
download | freebsd-ports-gnome-362816fc488427fc59a6326946070f61a0d10614.tar.gz freebsd-ports-gnome-362816fc488427fc59a6326946070f61a0d10614.tar.zst freebsd-ports-gnome-362816fc488427fc59a6326946070f61a0d10614.zip |
Fix pango install deinstall script that are no longer needed since 1.38
Diffstat (limited to 'x11-toolkits/pango')
-rw-r--r-- | x11-toolkits/pango/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/pango/pkg-plist | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index 7fc9d72d8176..419a27095c00 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -3,7 +3,7 @@ PORTNAME= pango PORTVERSION= 1.38.0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= x11-toolkits MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/x11-toolkits/pango/pkg-plist b/x11-toolkits/pango/pkg-plist index cdc709ca24ed..fea355be59f6 100644 --- a/x11-toolkits/pango/pkg-plist +++ b/x11-toolkits/pango/pkg-plist @@ -122,5 +122,3 @@ share/gtk-doc/html/pango/rotated-text.png share/gtk-doc/html/pango/style.css share/gtk-doc/html/pango/up-insensitive.png share/gtk-doc/html/pango/up.png -@unexec /bin/rm %D/lib/pango/%%VERSION%%/modules.cache -@exec %%LOCALBASE%%/bin/pango-querymodules --update-cache |