diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2010-01-11 14:20:22 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2010-01-11 14:20:22 +0000 |
commit | a4ff19cc96b014bfda4d2dd1acdb0a3f0a1f5ce1 (patch) | |
tree | 63778dea9962aa5e910011cd235b97d864c11b79 /editors | |
parent | aee818c622377a7ef198ed35d1cbc4591161927a (diff) | |
download | ports-a4ff19cc96b014bfda4d2dd1acdb0a3f0a1f5ce1.tar.gz ports-a4ff19cc96b014bfda4d2dd1acdb0a3f0a1f5ce1.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/aee/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/editors/aee/Makefile b/editors/aee/Makefile index 5014c372e71b..5c5f749fbb81 100644 --- a/editors/aee/Makefile +++ b/editors/aee/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://mahon.cwx.net/sources/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= rfarmer@predatorlabs.net COMMENT= An easy editor with both curses and X11 interfaces OPTIONS= XAE "Build X11 version 'xae'" off @@ -31,6 +31,12 @@ PLIST_FILES= bin/aee bin/rae lib/help.ae %%XAE%%bin/xae %%XAE%%bin/rxae MAN1= aee.1 +post-patch: + @${REINPLACE_CMD} -e 's|cc|${CC}|g' ${WRKSRC}/create.mk.aee + @${REINPLACE_CMD} -e 's|cc|${CC}|g' ${WRKSRC}/create.mk.xae + @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' \ + ${WRKSRC}/create.mk.xae + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/aee ${PREFIX}/bin ${LN} ${PREFIX}/bin/aee ${PREFIX}/bin/rae |