svn commit: r503349 - head/ports-mgmt/pkg
Dirk Meyer
dinoex at FreeBSD.org
Mon Jun 3 05:02:53 UTC 2019
Author: dinoex
Date: Mon Jun 3 05:02:52 2019
New Revision: 503349
URL: https://svnweb.freebsd.org/changeset/ports/503349
Log:
- fix build with custom PREFIX
PR: 238296
Modified:
head/ports-mgmt/pkg/Makefile
Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile Mon Jun 3 05:01:36 2019 (r503348)
+++ head/ports-mgmt/pkg/Makefile Mon Jun 3 05:02:52 2019 (r503349)
@@ -21,7 +21,7 @@ USE_LDCONFIG= yes
HAS_CONFIGURE= yes
PORTDOCS= NEWS
PORTSCOUT= ignore:1
-CONFIGURE_ARGS= --mandir=${PREFIX}/man
+CONFIGURE_ARGS= --mandir=${PREFIX}/man --prefix="${PREFIX}"
# Use a submake as 'deinstall install' needs to reevaluate PKG_CMD
# so that pkg-static is used from the wrkdir
More information about the svn-ports-all
mailing list