diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2006-11-05 07:54:33 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2006-11-05 07:54:33 +0000 |
commit | e42be0b94a86cab7c78d1b483d5b31512d374f2f (patch) | |
tree | ebb312ecb20881e6ae79d6e9cdfa2f17b67ce8e7 /security/bubblegum | |
parent | 4067c372cbf03f17790b9a230d8d44c29f5a3a23 (diff) |
Notes
Diffstat (limited to 'security/bubblegum')
-rw-r--r-- | security/bubblegum/Makefile | 3 | ||||
-rw-r--r-- | security/bubblegum/pkg-descr | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/security/bubblegum/Makefile b/security/bubblegum/Makefile index 5218ea0dd15a..d325689d1535 100644 --- a/security/bubblegum/Makefile +++ b/security/bubblegum/Makefile @@ -8,7 +8,8 @@ PORTNAME= bubblegum PORTVERSION= 1.12 CATEGORIES= security -MASTER_SITES= http://arbornet.org/~bjk/bubblegum/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= bjk MAINTAINER= ports@FreeBSD.org COMMENT= Watch a file for changes diff --git a/security/bubblegum/pkg-descr b/security/bubblegum/pkg-descr index d13a91a62a83..938871799a8a 100644 --- a/security/bubblegum/pkg-descr +++ b/security/bubblegum/pkg-descr @@ -2,4 +2,4 @@ Bubblegum is a daemon which watches a file for changes in access, modification and inode change times and MD5 checksums. It can run a command upon a change a specified number of times, read from a file list and more. -WWW: http://arbornet.org/~bjk/bubblegum/ +WWW: http://bjk.sourceforge.net/ |