Skip to content

Commit

Permalink
security/gpa: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 21, 2024
1 parent e151367 commit fe72f1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion security/gpa/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gpa
PORTVERSION= 0.10.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= GNUPG/gpa

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion security/gpa/pkg-plist
@@ -1,5 +1,4 @@
bin/gpa
man/man1/gpa.1.gz
share/applications/gpa.desktop
%%DATADIR%%/gpa-logo.ppm
%%DATADIR%%/gpa.png
Expand All @@ -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

0 comments on commit fe72f1e

Please sign in to comment.