diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-02-09 08:21:29 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-02-09 08:21:29 +0000 |
commit | 56c97258732002773f9c2d91eecc2c133cde6f95 (patch) | |
tree | 9b53eb33402f29b4a772061adfdb671cfb42ee69 /editors/bpatch | |
parent | d1cc1c719126f77fe3350d4826b2fce8576b7e9b (diff) | |
download | ports-56c97258732002773f9c2d91eecc2c133cde6f95.tar.gz ports-56c97258732002773f9c2d91eecc2c133cde6f95.zip |
Notes
Diffstat (limited to 'editors/bpatch')
-rw-r--r-- | editors/bpatch/Makefile | 1 | ||||
-rw-r--r-- | editors/bpatch/files/patch-aa | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/editors/bpatch/Makefile b/editors/bpatch/Makefile index 87f81521ba89..6765b5ec6bfe 100644 --- a/editors/bpatch/Makefile +++ b/editors/bpatch/Makefile @@ -7,6 +7,7 @@ PORTNAME= bpatch PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= ftp://ftp.interface-business.de/pub/outgoing/ DISTNAME= ${PORTNAME} diff --git a/editors/bpatch/files/patch-aa b/editors/bpatch/files/patch-aa index ff21625c15db..9be47a63af6f 100644 --- a/editors/bpatch/files/patch-aa +++ b/editors/bpatch/files/patch-aa @@ -8,7 +8,7 @@ +BINDIR= ${PREFIX}/bin +MANDIR= ${PREFIX}/man/man1 + -+LIBS = -lncurses -lmytinfo ++LIBS = -lncurses +#LIBS = -ltermlib +#LIBS = -lterminfo +#for sysV |