Lines 5-11
Link Here
|
5 |
# $FreeBSD: ports/print/gimp-print/Makefile,v 1.12 2003/01/02 17:55:19 ijliao Exp $ |
5 |
# $FreeBSD: ports/print/gimp-print/Makefile,v 1.12 2003/01/02 17:55:19 ijliao Exp $ |
6 |
|
6 |
|
7 |
PORTNAME= gimp-print |
7 |
PORTNAME= gimp-print |
8 |
PORTVERSION= 4.2.4 |
8 |
PORTVERSION= 4.2.5 |
9 |
CATEGORIES= print |
9 |
CATEGORIES= print |
10 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
10 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
11 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
11 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
Lines 64-72
Link Here
|
64 |
|
64 |
|
65 |
post-patch: |
65 |
post-patch: |
66 |
@${REINPLACE_CMD} -e 's|=makeinfo|="makeinfo --no-split"|g ; \ |
66 |
@${REINPLACE_CMD} -e 's|=makeinfo|="makeinfo --no-split"|g ; \ |
67 |
s|[\$$][{]CFLAGS:=[}] -O|\$$\{CFLAGS\}|g' ${WRKSRC}/configure |
67 |
s|[$$][{]CFLAGS:=[}] -O|\$${CFLAGS}|g' ${WRKSRC}/configure |
68 |
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ |
68 |
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ |
69 |
's|[\$$][(]PACKAGE[)]/doc|doc/\$$\(PACKAGE\)|g ; \ |
69 |
's|[$$][(]PACKAGE[)]/doc|doc/\$$(PACKAGE)|g ; \ |
70 |
s|[\$$][(]RM[)] -r|\$$\(RM\) -f -r|g' |
70 |
s|[$$][(]RM[)] -r|\$$(RM) -f -r|g' |
71 |
|
71 |
|
72 |
.include <bsd.port.mk> |
72 |
.include <bsd.port.mk> |