diff options
author | thierry <thierry@FreeBSD.org> | 2004-08-18 06:22:01 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-08-18 06:22:01 +0800 |
commit | 565f3b6ff2864e273f67c42809a62b8c65722555 (patch) | |
tree | 3eb1be0669a651a6224122fb41c9035998503fed /x11/rxvt-unicode | |
parent | fd1f9ecf883f7474a3f80b0883a66873bb058f10 (diff) | |
download | freebsd-ports-gnome-565f3b6ff2864e273f67c42809a62b8c65722555.tar.gz freebsd-ports-gnome-565f3b6ff2864e273f67c42809a62b8c65722555.tar.zst freebsd-ports-gnome-565f3b6ff2864e273f67c42809a62b8c65722555.zip |
Portlint (bad cut / paste).
Diffstat (limited to 'x11/rxvt-unicode')
-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 85e23ac5ece0..5a48fe433acb 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 |