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

(-)Makefile (-2 / +3 lines)
Lines 7-14 Link Here
7
CATEGORIES=	devel
7
CATEGORIES=	devel
8
MASTER_SITES=	${MASTER_SITE_GNU}
8
MASTER_SITES=	${MASTER_SITE_GNU}
9
MASTER_SITE_SUBDIR=	automake
9
MASTER_SITE_SUBDIR=	automake
10
DISTNAME=	automake-1.4-p6
11
PKGNAMESUFFIX=	14
10
PKGNAMESUFFIX=	14
11
DISTNAME=	automake-1.4-p6
12
12
13
# note: before committing to this port, contact portmgr to arrange for an
13
# note: before committing to this port, contact portmgr to arrange for an
14
# experimental ports run.  Untested commits may be backed out at portmgr's
14
# experimental ports run.  Untested commits may be backed out at portmgr's
Lines 22-32 Link Here
22
USE_AUTOTOOLS=	autoconf:env
22
USE_AUTOTOOLS=	autoconf:env
23
BUILD_VERSION=	1.4
23
BUILD_VERSION=	1.4
24
PLIST_SUB=	BUILD_VERSION=${BUILD_VERSION}
24
PLIST_SUB=	BUILD_VERSION=${BUILD_VERSION}
25
USES=		makeinfo perl5
25
USES=		cpe makeinfo perl5
26
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
27
CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
27
CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
28
CONFIGURE_ARGS=	--program-suffix=-${BUILD_VERSION}
28
CONFIGURE_ARGS=	--program-suffix=-${BUILD_VERSION}
29
INFO=		automake-${BUILD_VERSION}
29
INFO=		automake-${BUILD_VERSION}
30
CPE_VENDOR=	gnu
30
31
31
STRIP=		# none
32
STRIP=		# none
32
33

Return to bug 198193