diff options
author | dannyboy <dannyboy@FreeBSD.org> | 2002-10-22 05:51:01 +0800 |
---|---|---|
committer | dannyboy <dannyboy@FreeBSD.org> | 2002-10-22 05:51:01 +0800 |
commit | 6b10d0542f4baa9e6e73a8f1101ff729e7017e9a (patch) | |
tree | 5b5dfa0568f79a9007b65aaf63f614c4213433c4 /sysutils | |
parent | e0bf11047f6b2255eb77de9442d28c9b6cd1061f (diff) | |
download | freebsd-ports-gnome-6b10d0542f4baa9e6e73a8f1101ff729e7017e9a.tar.gz freebsd-ports-gnome-6b10d0542f4baa9e6e73a8f1101ff729e7017e9a.tar.zst freebsd-ports-gnome-6b10d0542f4baa9e6e73a8f1101ff729e7017e9a.zip |
Use local distfile and remove WWW.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fortunelock/Makefile | 3 | ||||
-rw-r--r-- | sysutils/fortunelock/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/fortunelock/Makefile b/sysutils/fortunelock/Makefile index 7dfe552af354..430bde0d9799 100644 --- a/sysutils/fortunelock/Makefile +++ b/sysutils/fortunelock/Makefile @@ -8,7 +8,8 @@ PORTNAME= fortunelock PORTVERSION= 0.1.2 CATEGORIES= sysutils -MASTER_SITES= http://cx.capsi.com/src/fortunelock/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= dannyboy MAINTAINER= dannyboy@FreeBSD.org diff --git a/sysutils/fortunelock/pkg-descr b/sysutils/fortunelock/pkg-descr index 61e9173bb852..a4672c3fb1c2 100644 --- a/sysutils/fortunelock/pkg-descr +++ b/sysutils/fortunelock/pkg-descr @@ -3,7 +3,5 @@ showing fortunes. It was designed to be as small and simple as possible and therefore does not support PAM, NIS, shadow passwords or even regular passwords: the user must enter a lock password to lock the terminal. -WWW: http://cx.capsi.com/code-fortunelock.html - - Daniel Harris dannyboy@subdimension.com |