security/gpa: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
e151367d39
commit
fe72f1e06d
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= gpa
|
||||
PORTVERSION= 0.10.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= GNUPG/gpa
|
||||
|
||||
|
@ -21,6 +21,7 @@ USES= desktop-file-utils gmake gnome localbase pkgconfig tar:bzip2
|
|||
USE_GNOME= gdkpixbuf2 gtk20
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||
CONFIGURE_ENV+= GPGKEYS_LDAP="${LOCALBASE}/libexec/gpg2keys_ldap"
|
||||
LDFLAGS+= -Wl,--as-needed
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
bin/gpa
|
||||
man/man1/gpa.1.gz
|
||||
share/applications/gpa.desktop
|
||||
%%DATADIR%%/gpa-logo.ppm
|
||||
%%DATADIR%%/gpa.png
|
||||
|
@ -17,4 +16,5 @@ share/applications/gpa.desktop
|
|||
%%NLS%%share/locale/tr/LC_MESSAGES/gpa.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/gpa.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/gpa.mo
|
||||
share/man/man1/gpa.1.gz
|
||||
share/pixmaps/gpa.png
|
||||
|
|
Loading…
Reference in a new issue