diff options
Diffstat (limited to 'x11-toolkits/xforms/Makefile')
-rw-r--r-- | x11-toolkits/xforms/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/x11-toolkits/xforms/Makefile b/x11-toolkits/xforms/Makefile index 6e65c93b5a55..0e77c70697fa 100644 --- a/x11-toolkits/xforms/Makefile +++ b/x11-toolkits/xforms/Makefile @@ -3,7 +3,7 @@ # Date created: 28 March 1997 # Whom: gena # -# $Id: Makefile,v 1.9 1997/02/23 12:07:29 jkh Exp $ +# $Id: Makefile,v 1.10 1997/03/28 11:39:55 asami Exp $ # DISTNAME= bxform-086 @@ -16,10 +16,14 @@ MAINTAINER= gena@NetVision.net.il USE_X11= yes WRKSRC= ${WRKDIR}/xforms -MAN1= fdesign.1 +MAN1= fdesign.1 fd2ps.1 MAN5= xforms.5 post-install: /sbin/ldconfig -m ${PREFIX}/lib +.if !defined(NOMANCOMPRESS) + @${RM} ${PREFIX}/man/man5/forms.5 + @ln -fs xforms.5.gz ${PREFIX}/man/man5/forms.5.gz +.endif .include <bsd.port.mk> |