diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-06-04 22:15:24 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-06-04 22:15:24 +0000 |
commit | 87c6083a1f9f490c0f949184ebc4a64a6abc0e85 (patch) | |
tree | 6600a7b07f39f209c16cca74baaeb02b37e823bd /lang/clips/Makefile | |
parent | 6ee459381333db2abdf8f61d98a98c58b756127e (diff) | |
download | ports-87c6083a1f9f490c0f949184ebc4a64a6abc0e85.tar.gz ports-87c6083a1f9f490c0f949184ebc4a64a6abc0e85.zip |
Notes
Diffstat (limited to 'lang/clips/Makefile')
-rw-r--r-- | lang/clips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/clips/Makefile b/lang/clips/Makefile index 9773fd1c0d62..d9408cbad690 100644 --- a/lang/clips/Makefile +++ b/lang/clips/Makefile @@ -29,7 +29,7 @@ post-extract: ${CP} ${DISTDIR}/${DIST_SUBDIR}/${MAKEFILE} ${WRKSRC}/ do-patch: - ${REINPLACE_CMD} -e 's/gcc /${CC} ${CFLAGS} /g' ${WRKSRC}/${MAKEFILE} + ${REINPLACE_CMD} -e 's#gcc #${CC} ${CFLAGS} #g' ${WRKSRC}/${MAKEFILE} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/clips ${PREFIX}/bin/ |