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

(-)mcpp.new/Makefile Sun Apr 22 16:48:58 2007 (+4 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=      mcpp
8
PORTNAME=      mcpp
9
PORTVERSION=   2.6.3
9
PORTVERSION=   2.6.3
10
PORTREVISION=  1
10
CATEGORIES=    devel
11
CATEGORIES=    devel
11
MASTER_SITES=  http://prdownloads.sourceforge.net/mcpp/ \
12
MASTER_SITES=  http://prdownloads.sourceforge.net/mcpp/ \
12
               http://jaist.dl.sourceforge.net/sourceforge/mcpp/
13
               http://jaist.dl.sourceforge.net/sourceforge/mcpp/
Lines 16-21 Link Here
16
17
17
GNU_CONFIGURE= yes
18
GNU_CONFIGURE= yes
18
CONFIGURE_TARGET=      --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
19
CONFIGURE_TARGET=      --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
20
.if (! empty(PREFIX) && $(PREFIX) != $(LOCALBASE))
21
CONFIGURE_ARGS= --mandir=$(PREFIX)/share/man
22
.endif
19
MAN1=          mcpp.1
23
MAN1=          mcpp.1
20
24
21
PLIST_FILES=   bin/mcpp    \
25
PLIST_FILES=   bin/mcpp    \

Return to bug 111999