diff options
author | acm <acm@FreeBSD.org> | 2006-08-23 23:59:55 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2006-08-23 23:59:55 +0800 |
commit | dff85bdba85af5442cbfe8ed9592d4ddf2ae43bf (patch) | |
tree | 9cc728476c3b45efe069d170b87923be55eb1033 | |
parent | 11c2c5cfb25e7460971ba89d05ab302c8beabd06 (diff) | |
download | freebsd-ports-gnome-dff85bdba85af5442cbfe8ed9592d4ddf2ae43bf.tar.gz freebsd-ports-gnome-dff85bdba85af5442cbfe8ed9592d4ddf2ae43bf.tar.zst freebsd-ports-gnome-dff85bdba85af5442cbfe8ed9592d4ddf2ae43bf.zip |
- Fix pkg-plist
Reported by: kris
Approved by: garga (mentor)
-rw-r--r-- | security/gpass/Makefile | 1 | ||||
-rw-r--r-- | security/gpass/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/security/gpass/Makefile b/security/gpass/Makefile index bc7763cf2407..a76dde347d67 100644 --- a/security/gpass/Makefile +++ b/security/gpass/Makefile @@ -7,6 +7,7 @@ PORTNAME= gpass PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= http://projects.netlab.jp/gpass/release/ diff --git a/security/gpass/pkg-plist b/security/gpass/pkg-plist index b7ea851f88e6..6bcc03316d17 100644 --- a/security/gpass/pkg-plist +++ b/security/gpass/pkg-plist @@ -12,6 +12,5 @@ share/applications/gpass.desktop %%DATADIR%%/preferences.glade %%DATADIR%%/lock.glade share/pixmaps/gpass-icon.png -@dirrmtry share/pixmaps @dirrmtry share/applications @dirrm %%DATADIR%% |