diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-10 20:07:30 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-10 20:07:30 +0000 |
commit | 24b6ca1cf93a252386dc55080b7196b5d57e340f (patch) | |
tree | c7d8fa2bf369f56ab02fdfeece70a94953653241 | |
parent | 0e96d95fbbaf10ca31c894894e3d2ce5dd2813a7 (diff) |
Switched to using new MANCOMPRESSED variable.
Notes
Notes:
svn path=/head/; revision=4916
-rw-r--r-- | sysutils/xsysinfo/Makefile | 9 | ||||
-rw-r--r-- | x11-wm/afterstep-stable/Makefile | 9 | ||||
-rw-r--r-- | x11-wm/afterstep/Makefile | 9 |
3 files changed, 9 insertions, 18 deletions
diff --git a/sysutils/xsysinfo/Makefile b/sysutils/xsysinfo/Makefile index 046aede57d6a..b1056aee9994 100644 --- a/sysutils/xsysinfo/Makefile +++ b/sysutils/xsysinfo/Makefile @@ -3,7 +3,7 @@ # Date created: 4 April 1996 # Whom: jdli # -# $Id: Makefile,v 1.3 1996/10/30 14:05:20 jfitz Exp $ +# $Id: Makefile,v 1.4 1996/11/17 08:06:44 obrien Exp $ # DISTNAME= xsysinfo-1.3 @@ -13,10 +13,7 @@ MASTER_SITES= ftp://freebsd.csie.nctu.edu.tw/pub/jdli/source/ MAINTAINER= jdli@csie.nctu.edu.tw USE_IMAKE= yes - -post-install: -.if defined(NOMANCOMPRESS) - gunzip ${PREFIX}/man/man1/xsysinfo.1.gz -.endif +MANCOMPRESSED= yes +MAN1= xsysinfo.1 .include <bsd.port.mk> diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile index bef67c3be828..fde9557e3c68 100644 --- a/x11-wm/afterstep-stable/Makefile +++ b/x11-wm/afterstep-stable/Makefile @@ -3,7 +3,7 @@ # Date created: October 29th 1996 # Whom: jfitz@FreeBSD.ORG # -# $Id: Makefile,v 1.12 1996/10/29 19:50:11 jfitz Exp $ +# $Id: Makefile,v 1.13 1996/11/18 11:42:39 asami Exp $ # DISTNAME= as-10pre1 @@ -18,6 +18,8 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm USE_X11= yes WRKSRC= ${WRKDIR}/AfterStep-1.0pre1 INSTALL_TARGET= install install.man +MANCOMPRESSED= yes +MAN1= afterstep.1 asclock.1 Audio.1 Auto.1 Banner.1 Pager.1 Wharf.1 pre-build: @ cd ${WRKSRC}; sh MakeMakefiles @@ -34,10 +36,5 @@ post-install: @for file in CHANGES NEW README README.8bit afterstep.faq; do \ ${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/lib/X11/afterstep/doc/; \ done -.if defined(NOMANCOMPRESS) - @ for file in afterstep asclock Audio Auto Banner Pager Wharf; do \ - gunzip ${PREFIX}/man/man1/$$file.1.gz; \ - done -.endif .include <bsd.port.mk> diff --git a/x11-wm/afterstep/Makefile b/x11-wm/afterstep/Makefile index bef67c3be828..fde9557e3c68 100644 --- a/x11-wm/afterstep/Makefile +++ b/x11-wm/afterstep/Makefile @@ -3,7 +3,7 @@ # Date created: October 29th 1996 # Whom: jfitz@FreeBSD.ORG # -# $Id: Makefile,v 1.12 1996/10/29 19:50:11 jfitz Exp $ +# $Id: Makefile,v 1.13 1996/11/18 11:42:39 asami Exp $ # DISTNAME= as-10pre1 @@ -18,6 +18,8 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm USE_X11= yes WRKSRC= ${WRKDIR}/AfterStep-1.0pre1 INSTALL_TARGET= install install.man +MANCOMPRESSED= yes +MAN1= afterstep.1 asclock.1 Audio.1 Auto.1 Banner.1 Pager.1 Wharf.1 pre-build: @ cd ${WRKSRC}; sh MakeMakefiles @@ -34,10 +36,5 @@ post-install: @for file in CHANGES NEW README README.8bit afterstep.faq; do \ ${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/lib/X11/afterstep/doc/; \ done -.if defined(NOMANCOMPRESS) - @ for file in afterstep asclock Audio Auto Banner Pager Wharf; do \ - gunzip ${PREFIX}/man/man1/$$file.1.gz; \ - done -.endif .include <bsd.port.mk> |