diff options
author | tron <tron@pkgsrc.org> | 2001-07-28 14:10:20 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-07-28 14:10:20 +0000 |
commit | 6e42ce1fd373ebd4f7c6df5c7b2822a693238e9a (patch) | |
tree | 0303f42b95121365eb0428164896427d418ae2cb | |
parent | 6100aea4815191da027a274f46426ab426105d05 (diff) | |
download | pkgsrc-6e42ce1fd373ebd4f7c6df5c7b2822a693238e9a.tar.gz |
Add "MANCOMPRESSED_IF_MANZ" because the BSD style "Makefile" handles
manual page compression automatically.
-rw-r--r-- | sysutils/aperture/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/aperture/Makefile b/sysutils/aperture/Makefile index 342fde82745..df92d7174bf 100644 --- a/sysutils/aperture/Makefile +++ b/sysutils/aperture/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/05/05 14:32:43 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2001/07/28 14:10:20 tron Exp $ DISTNAME= apNetBSD PKGNAME= aperture-2.0nb1 @@ -22,14 +22,15 @@ MAINTAINER= jlam@netbsd.org COMMENT= XFree86 Framebuffer "aperture" driver for NetBSD/i386 DIST_SUBDIR= ${PKGNAME} -NO_WRKSUBDIR= # defined -NO_CONFIGURE= # defined +NO_WRKSUBDIR= YES +NO_CONFIGURE= YES EXTRACT_CMD= ${SH} ${DOWNLOADED_DISTFILE} ALL_TARGET= cleandir depend all INSTALL_TARGET= dirs includes install -OSVERSION_SPECIFIC= # defined +MANCOMPRESSED_IF_MANZ= YES +OSVERSION_SPECIFIC= YES ONLY_FOR_PLATFORM= NetBSD-*-i386 BSDSRCDIR?= /nonexistent # to override <bsd.own.mk>, MUST be |