View | Details | Raw Unified | Return to bug 104838
Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 9-14 Link Here
9
9
10
PORTNAME=	portconf
10
PORTNAME=	portconf
11
PORTVERSION=	1.2
11
PORTVERSION=	1.2
12
PORTREVISION=	1
12
CATEGORIES=	sysutils
13
CATEGORIES=	sysutils
13
MASTER_SITES=	# none
14
MASTER_SITES=	# none
14
DISTFILES=	# none
15
DISTFILES=	# none
(-)pkg-install (-1 / +6 lines)
Lines 7-13 Link Here
7
cat >> ${MAKE_CONF} << EOF
7
cat >> ${MAKE_CONF} << EOF
8
# Begin portconf settings
8
# Begin portconf settings
9
# Do not touch these lines
9
# Do not touch these lines
10
.if !empty(.CURDIR:M/usr/ports*) && exists(${PKG_PREFIX}/libexec/portconf)
10
.if !empty(\${PORTSDIR})
11
_PORTSDIR!=	/bin/realpath \${PORTSDIR}
12
.else
13
_PORTSDIR!=	/bin/realpath /usr/ports
14
.endif
15
.if \${.CURDIR:M\${_PORTSDIR}*} != "" && exists(${PKG_PREFIX}/libexec/portconf)
11
_PORTCONF!=${PKG_PREFIX}/libexec/portconf
16
_PORTCONF!=${PKG_PREFIX}/libexec/portconf
12
.for i in \${_PORTCONF:S/|/ /g}
17
.for i in \${_PORTCONF:S/|/ /g}
13
\${i:S/%/ /g}
18
\${i:S/%/ /g}

Return to bug 104838