diff options
author | wiz <wiz> | 2000-02-05 16:07:45 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-02-05 16:07:45 +0000 |
commit | 2c52fca7a513b24d0064983a5dbcbd7ee7bd7c71 (patch) | |
tree | 261a6ed372c17af14c88acdecc611cbf5d504cf1 /x11 | |
parent | 07a5053ddd523f5d3ac61bdf40d545cd3cd6b86e (diff) | |
download | pkgsrc-2c52fca7a513b24d0064983a5dbcbd7ee7bd7c71.tar.gz |
touch -> ${TOUCH}, added empty lines for pkglint, removed implied USE_X11
Diffstat (limited to 'x11')
-rw-r--r-- | x11/wmtime/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/wmtime/Makefile b/x11/wmtime/Makefile index fdb7e10369b..c911ef236da 100644 --- a/x11/wmtime/Makefile +++ b/x11/wmtime/Makefile @@ -1,18 +1,19 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/11/11 16:34:33 ad Exp $ +# $NetBSD: Makefile,v 1.2 2000/02/05 16:07:45 wiz Exp $ DISTNAME= wmtime-1.0b2 CATEGORIES= x11 MASTER_SITES= ftp://ftp.mezaway.org/pub/DockApps/ + MAINTAINER= ad@netbsd.org + DEPENDS= xpm-3.4k:../../graphics/xpm USE_IMAKE= yes -USE_X11= yes NO_INSTALL_MANPAGES= 1 WRKSRC= ${WRKDIR}/wmtime.app/wmtime post-extract: ${CP} ${WRKSRC}/../Imakefile ${WRKSRC}/Imakefile - touch ${WRKSRC}/wmtime.man + ${TOUCH} ${WRKSRC}/wmtime.man .include <../../mk/bsd.pkg.mk> |