diff options
Diffstat (limited to 'security/gpgme/Makefile')
-rw-r--r-- | security/gpgme/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index afe6d6fde17c..58d0f1db39f7 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -24,8 +24,7 @@ INSTALLS_SHLIB= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-gpg=${LOCALBASE}/bin/gpg \ --with-gpgsm=${LOCALBASE}/bin/gpgsm \ - --includedir=${PREFIX}/include/gpgme \ - --infodir=${PREFIX}/${INFO_PATH} + --includedir=${PREFIX}/include/gpgme INFO= gpgme |