diff options
author | clsung <clsung@FreeBSD.org> | 2009-09-03 14:57:22 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2009-09-03 14:57:22 +0800 |
commit | b04044fdffbe7776bcff3314462a7ad40253f737 (patch) | |
tree | 5349c1b724d0aa701657a14967ddb3222842769c /textproc | |
parent | 76e26646ae8d4f5a657f9eb2dccc27c8006d7539 (diff) | |
download | freebsd-ports-gnome-b04044fdffbe7776bcff3314462a7ad40253f737.tar.gz freebsd-ports-gnome-b04044fdffbe7776bcff3314462a7ad40253f737.tar.zst freebsd-ports-gnome-b04044fdffbe7776bcff3314462a7ad40253f737.zip |
- fix build error
- bump PORTREVISION
Noted by: Matthias Andree <matthias dot andree_AT_tu-dortmund dot de>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/diffstat/Makefile | 1 | ||||
-rw-r--r-- | textproc/diffstat/files/patch-configure | 11 |
2 files changed, 1 insertions, 11 deletions
diff --git a/textproc/diffstat/Makefile b/textproc/diffstat/Makefile index 3d3ab160f26c..a74645d836b7 100644 --- a/textproc/diffstat/Makefile +++ b/textproc/diffstat/Makefile @@ -7,6 +7,7 @@ PORTNAME= diffstat PORTVERSION= 1.49 +PORTREVISION= 1 CATEGORIES= textproc devel MASTER_SITES= ftp://dickey.his.com/diffstat/ EXTRACT_SUFX= .tgz diff --git a/textproc/diffstat/files/patch-configure b/textproc/diffstat/files/patch-configure deleted file mode 100644 index dc56d0631741..000000000000 --- a/textproc/diffstat/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Tue Aug 16 04:41:39 2005 -+++ configure Mon Sep 5 14:47:01 2005 -@@ -3455,8 +3455,6 @@ - done - - for ac_header in \ --getopt.h \ --malloc.h \ - search.h \ - string.h \ - |