diff options
author | arved <arved@FreeBSD.org> | 2009-03-25 05:55:07 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2009-03-25 05:55:07 +0800 |
commit | b2a888776de29c3dc5b3aaa06e89296d026d1735 (patch) | |
tree | dc30c6592fb5f74881e96328f56a9c711be232e1 /textproc | |
parent | 1b574d3d9840da9244118255de6478d35cc82df0 (diff) | |
download | freebsd-ports-gnome-b2a888776de29c3dc5b3aaa06e89296d026d1735.tar.gz freebsd-ports-gnome-b2a888776de29c3dc5b3aaa06e89296d026d1735.tar.zst freebsd-ports-gnome-b2a888776de29c3dc5b3aaa06e89296d026d1735.zip |
Fix make -j
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/carthage/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/carthage/Makefile b/textproc/carthage/Makefile index 338067394bce..a63fdd8266d2 100644 --- a/textproc/carthage/Makefile +++ b/textproc/carthage/Makefile @@ -23,6 +23,7 @@ ALL_TARGET= carthago post-patch: ${CHMOD} +w ${WRKSRC}/dpplex.c + ${REINPLACE_CMD} -e 's,make,$$(MAKE),' ${WRKSRC}/Makefile do-install: @${INSTALL_SCRIPT} ${WRKSRC}/carthage ${PREFIX}/bin |