diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-13 19:19:05 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-13 19:19:05 +0000 |
commit | fe5426321afa29e8e557931a88fc18b5028ba6f8 (patch) | |
tree | e6d2be6ded13e95e962877648d4188b2b5aaffcf /x11/xautolock | |
parent | ace86ed3bb577fdc21baa273aed749b14cf37e11 (diff) |
Update to use PORTNAME/PORTVERSION
Notes
Notes:
svn path=/head/; revision=27497
Diffstat (limited to 'x11/xautolock')
-rw-r--r-- | x11/xautolock/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xautolock/Makefile b/x11/xautolock/Makefile index 4e9cc018141a..b836c278965f 100644 --- a/x11/xautolock/Makefile +++ b/x11/xautolock/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: xautolock -# Version required: 1pl14 # Date created: 20 Jul 1996 # Whom: Eric Blood <eblood@cs.unr.edu> # # $FreeBSD$ # -DISTNAME= xautolock-pl15 -PKGNAME= xautolock-1.15 +PORTNAME= xautolock +PORTVERSION= 1.15 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications +DISTNAME= ${PORTNAME}-pl15 EXTRACT_SUFX= .tgz MAINTAINER= eblood@cs.unr.edu |