diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-05-23 09:24:10 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-05-23 09:24:10 +0000 |
commit | a8b9343b650b52300eff2bdb283b8c19ee170485 (patch) | |
tree | c33ba33abc580272fffdf2f2c62e7c409372563e /x11-toolkits | |
parent | 2d5440ce189b011bd5cd77aa552f16bdf85ee1d6 (diff) |
Fix pango install deinstall script that are no longer needed since 1.38
Notes
Notes:
svn path=/head/; revision=415709
Diffstat (limited to 'x11-toolkits')
-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 |