diff options
author | krion <krion@FreeBSD.org> | 2004-04-08 15:55:00 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-04-08 15:55:00 +0800 |
commit | 526cda912858881587b50f48dc0081257720701b (patch) | |
tree | b0200ad5e26482287ba7cecf259cf6e09a9357b4 /x11-toolkits/9libs/Makefile | |
parent | eaece941b3301e3b3a0819ee901d33c9571590fd (diff) | |
download | freebsd-ports-gnome-526cda912858881587b50f48dc0081257720701b.tar.gz freebsd-ports-gnome-526cda912858881587b50f48dc0081257720701b.tar.zst freebsd-ports-gnome-526cda912858881587b50f48dc0081257720701b.zip |
- Resolve conflict with vim
PR: ports/65307
Submitted by: maintainer
Diffstat (limited to 'x11-toolkits/9libs/Makefile')
-rw-r--r-- | x11-toolkits/9libs/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-toolkits/9libs/Makefile b/x11-toolkits/9libs/Makefile index fa7e42d13aab..f4304cb52b8b 100644 --- a/x11-toolkits/9libs/Makefile +++ b/x11-toolkits/9libs/Makefile @@ -26,4 +26,7 @@ MAN6= bitmap.6 regexp.6 BROKEN= "Does not compile on alpha or amd64" .endif +post-install: + @${SED} -e 's,%%PREFIX%%,${PREFIX},' ${PKGMESSAGE} + .include <bsd.port.post.mk> |