diff options
author | thierry <thierry@FreeBSD.org> | 2004-08-17 22:22:01 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-08-17 22:22:01 +0000 |
commit | 565f3b6ff2864e273f67c42809a62b8c65722555 (patch) | |
tree | 3eb1be0669a651a6224122fb41c9035998503fed /x11 | |
parent | fd1f9ecf883f7474a3f80b0883a66873bb058f10 (diff) | |
download | FreeBSD-ports-565f3b6ff2864e273f67c42809a62b8c65722555.zip FreeBSD-ports-565f3b6ff2864e273f67c42809a62b8c65722555.tar.gz |
Portlint (bad cut / paste).
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rxvt-unicode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index 85e23ac..5a48fe4 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -9,7 +9,7 @@ PORTNAME= rxvt-unicode PORTVERSION= 3.7 CATEGORIES= x11 MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/ -MASTER_SITE_SUBDIR= . Attic +MASTER_SITE_SUBDIR= . Attic MAINTAINER= thierry@FreeBSD.org COMMENT= A clone of the terminal emulator rxvt modified to support Unicode @@ -22,7 +22,7 @@ USE_X_PREFIX= yes USE_XPM= yes USE_LIBTOOL_VER= 15 CONFIGURE_ARGS= --enable-shared --enable-everything -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes USE_BZIP2= yes |