diff options
author | tron <tron@pkgsrc.org> | 1998-05-22 19:44:27 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-05-22 19:44:27 +0000 |
commit | 9b07ab198f7633854b695f79a82cbd3952040eb7 (patch) | |
tree | 53353a55ca5a520d1b3653d7923476e56ee62995 /x11 | |
parent | 8de4d700b34e06ebed5cbd7b93c8b042f5ae0b91 (diff) | |
download | pkgsrc-9b07ab198f7633854b695f79a82cbd3952040eb7.tar.gz |
portlint: use "EXTRACT_SUFX" instead of "DISTFILES".
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xautolock/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/xautolock/Makefile b/x11/xautolock/Makefile index 1a61033f6b7..23837d65f83 100644 --- a/x11/xautolock/Makefile +++ b/x11/xautolock/Makefile @@ -1,18 +1,17 @@ -# $NetBSD: Makefile,v 1.5 1998/04/15 10:38:56 agc Exp $ +# $NetBSD: Makefile,v 1.6 1998/05/22 19:44:27 tron Exp $ # FreeBSD Id: Makefile,v 1.2 1996/11/18 09:55:42 asami Exp # -DISTNAME= xautolock-1pl10 +DISTNAME= xautolock.pl10 PKGNAME= xautolock-1.10 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications -DISTFILES= xautolock.pl10.tz +EXTRACT_SUFX= .tz MAINTAINER= eblood@cs.unr.edu USE_IMAKE= yes -WRKSRC= ${WRKDIR}/xautolock.pl10 CAT1= xautolock.0 |