diff options
author | dougb <dougb@FreeBSD.org> | 2002-11-03 16:31:33 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2002-11-03 16:31:33 +0800 |
commit | 4d122257354652d6f39a3d1b02425b7eb5dc5e80 (patch) | |
tree | 763ef5f51dd83728e16e57ce2e1cc8cd945ef7ce /sysutils/shlock | |
parent | 36033c3c46fa272353d94ec16e0748d08d73fae8 (diff) | |
download | freebsd-ports-graphics-4d122257354652d6f39a3d1b02425b7eb5dc5e80.tar.gz freebsd-ports-graphics-4d122257354652d6f39a3d1b02425b7eb5dc5e80.tar.zst freebsd-ports-graphics-4d122257354652d6f39a3d1b02425b7eb5dc5e80.zip |
* Update to MASTER_SITE_ISC
* Move pkg-comment into the Makefile
Diffstat (limited to 'sysutils/shlock')
-rw-r--r-- | sysutils/shlock/Makefile | 5 | ||||
-rw-r--r-- | sysutils/shlock/pkg-comment | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/shlock/Makefile b/sysutils/shlock/Makefile index 234a896dc9c..0f130454e85 100644 --- a/sysutils/shlock/Makefile +++ b/sysutils/shlock/Makefile @@ -8,12 +8,15 @@ PORTNAME= shlock PORTVERSION= 2.3.3 CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.isc.org/isc/inn/ +MASTER_SITES= ${MASTER_SITE_ISC} +MASTER_SITE_SUBDIR=inn DISTFILES= inn-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= DougB@FreeBSD.org +PORTCOMMENT= Create lock files for use in shell scripts + HAS_CONFIGURE= yes MAN1= shlock.1 diff --git a/sysutils/shlock/pkg-comment b/sysutils/shlock/pkg-comment deleted file mode 100644 index 066a9af2ce3..00000000000 --- a/sysutils/shlock/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Create lock files for use in shell scripts |