aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/afterstep-stable
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-12-10 20:07:30 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-12-10 20:07:30 +0000
commit24b6ca1cf93a252386dc55080b7196b5d57e340f (patch)
treec7d8fa2bf369f56ab02fdfeece70a94953653241 /x11-wm/afterstep-stable
parent0e96d95fbbaf10ca31c894894e3d2ce5dd2813a7 (diff)
downloadports-24b6ca1cf93a252386dc55080b7196b5d57e340f.tar.gz
ports-24b6ca1cf93a252386dc55080b7196b5d57e340f.zip
Switched to using new MANCOMPRESSED variable.
Notes
Notes: svn path=/head/; revision=4916
Diffstat (limited to 'x11-wm/afterstep-stable')
-rw-r--r--x11-wm/afterstep-stable/Makefile9
1 files changed, 3 insertions, 6 deletions
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>