diff options
author | marcus <marcus@FreeBSD.org> | 2003-05-02 13:26:07 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-05-02 13:26:07 +0800 |
commit | 8b058c72fba5d477ed140867bcda0183a13cc0a9 (patch) | |
tree | 4a63b3e0a06d498ff19516062a24166bef40ec1b /lang/guile/Makefile | |
parent | 70175ca71e72527a54425670223d18473c525651 (diff) | |
download | freebsd-ports-gnome-8b058c72fba5d477ed140867bcda0183a13cc0a9.tar.gz freebsd-ports-gnome-8b058c72fba5d477ed140867bcda0183a13cc0a9.tar.zst freebsd-ports-gnome-8b058c72fba5d477ed140867bcda0183a13cc0a9.zip |
Correct a patch and a post-patch substitution.
Diffstat (limited to 'lang/guile/Makefile')
-rw-r--r-- | lang/guile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile index 4e40eea85834..39d3ea8f76d3 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -41,6 +41,6 @@ post-patch: @cd ${WRKSRC} ; \ ${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|g' ${REINPLACE_FILES} @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g ; \ - s|%%LOCALBASE|${LOCALBASE}|g' ${WRKSRC}/libguile/load.c + s|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/libguile/load.c .include <bsd.port.mk> |