Few tweaks:

- PREFIX is ${PREFIX}, not ${LOCALBASE}
- -main subpackage for gpgme is the default
- full stop in DESCR
This commit is contained in:
ajacoutot 2022-03-14 21:55:51 +00:00
parent 40bcf7de9e
commit 650e5077c6
3 changed files with 4 additions and 3 deletions

View File

@ -3,6 +3,7 @@ COMMENT = pinentry for tiling window manager
GH_ACCOUNT = ritze
GH_PROJECT = pinentry-dmenu
GH_TAGNAME = 0.2.2
REVISION = 0
CATEGORIES = security
@ -15,7 +16,7 @@ WANTLIB += X11 Xft Xinerama assuan c config fontconfig
WANTLIB += gpg-error gpgme
LIB_DEPENDS = devel/libconfig \
security/gpgme,-main \
security/gpgme \
security/libassuan \
security/libgpg-error

View File

@ -9,7 +9,7 @@ Index: config.mk
# Paths
-PREFIX = /usr/local
-MANPREFIX = ${PREFIX}/share/man
+PREFIX = ${LOCALBASE}
+PREFIX = ${PREFIX}
+MANPREFIX = ${PREFIX}/man
-X11INC = /usr/X11R6/include

View File

@ -1 +1 @@
A pinentry program with the charm of dmenu
A pinentry program with the charm of dmenu.