diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
commit | 29747f458a1eb2ce23b4594b09d0256dd62760b8 (patch) | |
tree | 1b71ba5d9ffdd308b6c18130f7c116f5bab5dc12 /editors/elvis | |
parent | 7aad84f808b93baa6a7077ce0b47573b9c4c79a0 (diff) | |
download | ports-29747f458a1eb2ce23b4594b09d0256dd62760b8.tar.gz ports-29747f458a1eb2ce23b4594b09d0256dd62760b8.zip |
Notes
Diffstat (limited to 'editors/elvis')
-rw-r--r-- | editors/elvis/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/elvis/Makefile b/editors/elvis/Makefile index 1ba2b0febb1f..73a2a3842f63 100644 --- a/editors/elvis/Makefile +++ b/editors/elvis/Makefile @@ -7,6 +7,7 @@ PORTNAME= elvis PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= ftp://ftp.cs.pdx.edu/pub/elvis/ \ ftp://ftp.false.com/pub/elvis/ \ @@ -55,6 +56,9 @@ post-patch: @${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|g ; \ s|-lipc|-lcurses|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|^CFLAGS=|CFLAGS+=|g' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|FT_FILE|ELVIS_FT_FILE|g' \ + ${WRKSRC}/guix11/xdialog.c \ + ${WRKSRC}/guix11/xdialog.h do-install: .for file in elvfmt elvis elvtags ref |