diff options
author | Steve Price <steve@FreeBSD.org> | 1998-08-30 15:39:02 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-08-30 15:39:02 +0000 |
commit | 99290a631d1775379fc981a0fde4f95e17846bce (patch) | |
tree | 2a77a24c6affbb29ffbd1b7dfc6c39e4ac3f4ce5 /x11/xautolock/Makefile | |
parent | 3845fbcfd56799f46dbbf170fbc29ac378d7d71e (diff) | |
download | ports-99290a631d1775379fc981a0fde4f95e17846bce.tar.gz ports-99290a631d1775379fc981a0fde4f95e17846bce.zip |
Notes
Diffstat (limited to 'x11/xautolock/Makefile')
-rw-r--r-- | x11/xautolock/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/x11/xautolock/Makefile b/x11/xautolock/Makefile index be1381000164..5c2806e37384 100644 --- a/x11/xautolock/Makefile +++ b/x11/xautolock/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: xautolock -# Version required: 1pl13 +# Version required: 1pl11 # Date created: 20 Jul 1996 # Whom: Eric Blood <eblood@cs.unr.edu> # -# $Id: Makefile,v 1.4 1998/08/18 03:11:35 vanilla Exp $ +# $Id: Makefile,v 1.5 1998/08/19 00:50:53 asami Exp $ # -DISTNAME= xautolock-pl13 -PKGNAME= xautolock-1.13 +DISTNAME= xautolock-pl11 +PKGNAME= xautolock-1.11 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications @@ -15,9 +15,7 @@ EXTRACT_SUFX= .tz MAINTAINER= eblood@cs.unr.edu -BROKEN= fetch - USE_IMAKE= yes -WRKSRC= ${WRKDIR}/xautolock-pl13 +WRKSRC= ${WRKDIR}/xautolock-pl11 .include <bsd.port.mk> |