From 24b6ca1cf93a252386dc55080b7196b5d57e340f Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Tue, 10 Dec 1996 20:07:30 +0000 Subject: Switched to using new MANCOMPRESSED variable. --- x11-wm/afterstep-stable/Makefile | 9 +++------ x11-wm/afterstep/Makefile | 9 +++------ 2 files changed, 6 insertions(+), 12 deletions(-) (limited to 'x11-wm') 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 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 -- cgit v1.2.3