diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-08-17 22:22:01 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-08-17 22:22:01 +0000 |
commit | 45112e5db67a19188f3d1ea65864963dfb116984 (patch) | |
tree | 713324ec823fda753289936c7ec65753ae43b7b1 /x11/rxvt-unicode | |
parent | Add rxvt-unicode, a clone of the well known terminal emulator rxvt, (diff) |
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 |