diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-03 18:34:24 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-03 18:34:24 +0000 |
commit | 287395c3f1d323bcc7691333acb1384c8b096ae4 (patch) | |
tree | 055ed0edf47e6cd56aafa159ece6fe26fb40b8f6 /x11/xlupe | |
parent | 695572ea924786acd19b219dbeed5d6717376ce1 (diff) |
Notes
Diffstat (limited to 'x11/xlupe')
-rw-r--r-- | x11/xlupe/Makefile | 6 | ||||
-rw-r--r-- | x11/xlupe/distinfo | 2 | ||||
-rw-r--r-- | x11/xlupe/files/patch-aa | 10 |
3 files changed, 2 insertions, 16 deletions
diff --git a/x11/xlupe/Makefile b/x11/xlupe/Makefile index 8aaa87cf7764..e2bf45983ea5 100644 --- a/x11/xlupe/Makefile +++ b/x11/xlupe/Makefile @@ -6,15 +6,11 @@ # PORTNAME= xlupe -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= x11 MASTER_SITES= http://www.core.de/~coto/projects/xlupe/ USE_IMAKE= yes USE_XPM= yes -USE_MOTIF= yes - -#post-install: -# strip ${PREFIX}/bin/xlupe .include <bsd.port.mk> diff --git a/x11/xlupe/distinfo b/x11/xlupe/distinfo index 6ec0860cd347..a53080eb4ebe 100644 --- a/x11/xlupe/distinfo +++ b/x11/xlupe/distinfo @@ -1 +1 @@ -MD5 (xlupe-1.0.tar.gz) = e9bf468b310e07e462b1c57efdca1204 +MD5 (xlupe-1.1.tar.gz) = 7fd57a6815409fb129d23ac01b563d3d diff --git a/x11/xlupe/files/patch-aa b/x11/xlupe/files/patch-aa deleted file mode 100644 index b13ad04b9f02..000000000000 --- a/x11/xlupe/files/patch-aa +++ /dev/null @@ -1,10 +0,0 @@ ---- Imakefile.orig Mon Apr 30 00:56:05 2001 -+++ Imakefile Mon Apr 30 00:56:09 2001 -@@ -10,6 +10,6 @@ - SRCS = xlupe.c - OBJS = xlupe.o - --CDEBUGFLAGS = -O2 -Wall -+CDEBUGFLAGS = -Wall - - ComplexProgramTargetNoMan(xlupe) |