diff options
author | mi <mi@FreeBSD.org> | 2016-04-19 12:09:01 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2016-04-19 12:09:01 +0800 |
commit | 2434f1e8814fc26a28979cd410a00d681a3e58ad (patch) | |
tree | cd3442df1361d388df2f4a6cfa7b5db88b652541 /x11 | |
parent | 269cf2fc92ce8a52f57d4568d6b661c3fd386237 (diff) | |
download | freebsd-ports-gnome-2434f1e8814fc26a28979cd410a00d681a3e58ad.tar.gz freebsd-ports-gnome-2434f1e8814fc26a28979cd410a00d681a3e58ad.tar.zst freebsd-ports-gnome-2434f1e8814fc26a28979cd410a00d681a3e58ad.zip |
Unbreak. Hand off to the upstream maintainer. Really...
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xtset/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/xtset/Makefile b/x11/xtset/Makefile index 96c4c83f5cb4..017be8cb87f7 100644 --- a/x11/xtset/Makefile +++ b/x11/xtset/Makefile @@ -6,11 +6,9 @@ PORTVERSION= 1.1 CATEGORIES= x11 MASTER_SITES= ftp://ftp.lemis.com/pub/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= grog@FreeBSD.org COMMENT= Utility to set title on an xterm -BROKEN= unfetchable - NO_WRKSUBDIR= yes PLIST_FILES= bin/xtset man/man1/xtset.1.gz |