diff options
author | steve <steve@FreeBSD.org> | 1999-01-18 11:02:44 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-01-18 11:02:44 +0800 |
commit | c94d4125ef7ab97af901cdb4bb76bc28a1cb6c02 (patch) | |
tree | c49d230f13ebbb9b09988f3a3b3308147ae256b2 /x11/xautolock/Makefile | |
parent | 33dfba86321e58d770a0c15008f5a43f0f68c88c (diff) | |
download | freebsd-ports-gnome-c94d4125ef7ab97af901cdb4bb76bc28a1cb6c02.tar.gz freebsd-ports-gnome-c94d4125ef7ab97af901cdb4bb76bc28a1cb6c02.tar.zst freebsd-ports-gnome-c94d4125ef7ab97af901cdb4bb76bc28a1cb6c02.zip |
Update to version 1.14.
PR: 9437
Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
Diffstat (limited to 'x11/xautolock/Makefile')
-rw-r--r-- | x11/xautolock/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/x11/xautolock/Makefile b/x11/xautolock/Makefile index c0e74ea60770..4cd9f41590ac 100644 --- a/x11/xautolock/Makefile +++ b/x11/xautolock/Makefile @@ -1,22 +1,21 @@ # New ports collection makefile for: xautolock -# Version required: 1pl11 +# Version required: 1pl14 # Date created: 20 Jul 1996 # Whom: Eric Blood <eblood@cs.unr.edu> # -# $Id: Makefile,v 1.6 1998/08/30 15:38:57 steve Exp $ +# $Id: Makefile,v 1.7 1998/10/05 05:17:59 steve Exp $ # -DISTNAME= xautolock-pl11 -PKGNAME= xautolock-1.11 +DISTNAME= xautolock-pl14 +PKGNAME= xautolock-1.14 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications -EXTRACT_SUFX= .tz +EXTRACT_SUFX= .tgz MAINTAINER= eblood@cs.unr.edu USE_IMAKE= yes -WRKSRC= ${WRKDIR}/xautolock-pl11 MAN1= xautolock.1 .include <bsd.port.mk> |