diff options
Diffstat (limited to 'security')
-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/ |