aboutsummaryrefslogtreecommitdiff
path: root/x11/rxvt-devel/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-05-26 13:32:07 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-05-26 13:32:07 +0000
commit08e6306b25a696493025b5136f339c3736ffcf4c (patch)
tree65317ba35f927be187fb64122d953f805b860b8b /x11/rxvt-devel/Makefile
parentf42d7482c70b4dbe230ddd4c4f99f39e329de1d0 (diff)
downloadports-08e6306b25a696493025b5136f339c3736ffcf4c.tar.gz
ports-08e6306b25a696493025b5136f339c3736ffcf4c.zip
Notes
Diffstat (limited to 'x11/rxvt-devel/Makefile')
-rw-r--r--x11/rxvt-devel/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/x11/rxvt-devel/Makefile b/x11/rxvt-devel/Makefile
index 71040ad161f1..40d78add176c 100644
--- a/x11/rxvt-devel/Makefile
+++ b/x11/rxvt-devel/Makefile
@@ -9,12 +9,13 @@
# the same distfile.
PORTNAME= rxvt-devel
-PORTVERSION= 2.7.5
+PORTVERSION= 2.7.6
CATEGORIES= x11
-MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \
- ftp://mason.primenet.com.au/pub/rxvt/ \
- ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/rxvt/ \
- ftp://ftp.fu-berlin.de/unix/X11/terms/rxvt/
+MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/%SUBDIR%/ \
+ ftp://mason.primenet.com.au/pub/rxvt/%SUBDIR%/ \
+ ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/rxvt/%SUBDIR%/ \
+ ftp://ftp.fu-berlin.de/unix/X11/terms/rxvt/%SUBDIR%/
+MASTER_SITE_SUBDIR= . old devel
DISTNAME= rxvt-${PORTVERSION}
MAINTAINER= lioux@FreeBSD.org
@@ -58,7 +59,7 @@ CONFIGURE_ARGS+= --enable-next-scroll
#
# enable rxvt style scrollbar
.if defined(WITH_RXVT_SCROLLBAR)
-CONFIGURE_ARGS+= --enable-rxvt-scroll
+CONFIGURE_ARGS+= --enable-rxvt-scroll
.endif # WITH_RXVT_SCROLLBAR
#
# XIM (X Input Method) protocol support
@@ -68,7 +69,7 @@ CONFIGURE_ARGS+= --enable-xim
#
# enable Xterm style scrollbar
.if defined(WITH_XTERM_SCROLLBAR)
-CONFIGURE_ARGS+= --enable-xterm-scroll
+CONFIGURE_ARGS+= --enable-xterm-scroll
.endif # WITH_XTERM_SCROLLBAR
pre-fetch: