editors/emacs-devel: Do not set GNU_CONFIGURE_MANPREFIX

Ports no longer need to set this variable, since Mk/bsd.port.mk will
assign the correct value (if it's not already defined).

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Joseph Mingrone 2025-01-05 18:17:39 -04:00
parent 6fbdff4e25
commit 2782362c7a
No known key found for this signature in database
GPG key ID: 36A40C83B0D6EF9E

View file

@ -28,7 +28,6 @@ GH_ACCOUNT= emacs-mirror
GH_TAGNAME= 643e32340d1 GH_TAGNAME= 643e32340d1
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --disable-build-details \ CONFIGURE_ARGS= --disable-build-details \
--localstatedir=/var \ --localstatedir=/var \
--without-gconf \ --without-gconf \