diff options
author | obrien <obrien@FreeBSD.org> | 1996-12-11 04:07:30 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-12-11 04:07:30 +0800 |
commit | 7e3e23a8f22b4fb26ba74bc012fbed3accc58740 (patch) | |
tree | 2a21515d651ce62ca8b88eaf3d917617196484a3 /x11-wm/afterstep-stable/Makefile | |
parent | 7a4f188a4d1341ee9a9b340ca432253d08088283 (diff) | |
download | freebsd-ports-graphics-7e3e23a8f22b4fb26ba74bc012fbed3accc58740.tar.gz freebsd-ports-graphics-7e3e23a8f22b4fb26ba74bc012fbed3accc58740.tar.zst freebsd-ports-graphics-7e3e23a8f22b4fb26ba74bc012fbed3accc58740.zip |
Switched to using new MANCOMPRESSED variable.
Diffstat (limited to 'x11-wm/afterstep-stable/Makefile')
-rw-r--r-- | x11-wm/afterstep-stable/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile index bef67c3be82..fde9557e3c6 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> |