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 /x11-wm | |
parent | 0e96d95fbbaf10ca31c894894e3d2ce5dd2813a7 (diff) | |
download | ports-24b6ca1cf93a252386dc55080b7196b5d57e340f.tar.gz ports-24b6ca1cf93a252386dc55080b7196b5d57e340f.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/afterstep-stable/Makefile | 9 | ||||
-rw-r--r-- | x11-wm/afterstep/Makefile | 9 |
2 files changed, 6 insertions, 12 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> 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> |