diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-10-28 07:55:22 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-10-28 07:55:22 +0000 |
commit | ba4e36795596f6032562ab88a540683c910d6316 (patch) | |
tree | f7b4557b26ffaedd462aeec976e190cd1ecbdf19 /x11 | |
parent | e7a2f5d216e8c315502dd483489a7f35ebf4a36f (diff) | |
download | ports-ba4e36795596f6032562ab88a540683c910d6316.tar.gz ports-ba4e36795596f6032562ab88a540683c910d6316.zip |
Make fetchable.
found by: fenner's survey
Notes
Notes:
svn path=/head/; revision=92416
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xbindkeys_config/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xbindkeys_config/Makefile b/x11/xbindkeys_config/Makefile index 75a4c87e7d70..370841d7228f 100644 --- a/x11/xbindkeys_config/Makefile +++ b/x11/xbindkeys_config/Makefile @@ -9,7 +9,8 @@ PORTNAME= xbindkeys_config PORTVERSION= 0.1.3 CATEGORIES= x11 -MASTER_SITES= http://www.netchampagne.com/xbindkeys_config/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= trevor MAINTAINER= ports@FreeBSD.org COMMENT= An easy to use gtk program for configuring Xbindkeys |