diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-03-03 02:59:29 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-03-03 02:59:29 +0000 |
commit | 5be4aecf9541c672645a06d13d32d3177796911d (patch) | |
tree | 1f7bd2af9aed364163ae7b706e2474480830ce0f /time/swisswatch/Makefile | |
parent | 399a7c320e1653653b3c364370f8fb9a6ae59adc (diff) | |
download | pkgsrc-5be4aecf9541c672645a06d13d32d3177796911d.tar.gz |
Use new IMAKE_MAN_PATH variables in PLISTs to make these packages more
portable. Bump PKGREVISION accordingly.
Diffstat (limited to 'time/swisswatch/Makefile')
-rw-r--r-- | time/swisswatch/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/time/swisswatch/Makefile b/time/swisswatch/Makefile index e2e03f1d181..8e892babcd1 100644 --- a/time/swisswatch/Makefile +++ b/time/swisswatch/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 17:32:10 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2003/03/03 03:23:25 jschauma Exp $ # FreeBSD Id: Makefile,v 1.3 1996/11/18 11:43:40 asami Exp # DISTNAME= swisswatch-0.06 +PKGREVISION= 1 CATEGORIES= x11 time MASTER_SITES= ftp://ftp.iij.ad.jp/pub/X/R5contrib/ EXTRACT_SUFX= .tar.Z |