diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 09:06:37 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 09:06:37 +0000 |
commit | 090316dbc14c2b14673d0d368ec85d09c5841a39 (patch) | |
tree | d6c413c3547e857d6c61c3d887298be79b3ea7e1 /deskutils/cal | |
parent | 1cd3d92150c435bd617039c4045455da7a705228 (diff) | |
download | ports-090316dbc14c2b14673d0d368ec85d09c5841a39.tar.gz ports-090316dbc14c2b14673d0d368ec85d09c5841a39.zip |
Notes
Diffstat (limited to 'deskutils/cal')
-rw-r--r-- | deskutils/cal/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/deskutils/cal/Makefile b/deskutils/cal/Makefile index 23434d74a923..8ada80b856a8 100644 --- a/deskutils/cal/Makefile +++ b/deskutils/cal/Makefile @@ -3,7 +3,7 @@ # Date created: 6 July 1996 # Whom: Andrey Zakhvatov <andy@cgu.chel.su> # -# $Id: Makefile,v 1.1.1.1 1996/07/10 10:25:13 asami Exp $ +# $Id: Makefile,v 1.2 1996/11/11 05:49:17 obrien Exp $ # DISTNAME= cal-3.4 @@ -14,6 +14,7 @@ MAINTAINER= andy@cgu.chel.su WRKSRC= ${WRKDIR}/cal34/source ALL_TARGET= cal +MAN1= cal.1 pre-patch: @ /bin/mv ${WRKSRC}/makefile.unx ${WRKSRC}/Makefile @@ -21,9 +22,6 @@ pre-patch: do-install: @${INSTALL_PROGRAM} ${WRKSRC}/cal ${PREFIX}/bin/cal @${INSTALL_MAN} ${WRKSRC}/cal.1 ${PREFIX}/man/man1/cal.1 -.if !defined{NOMANCOMPRESS} - @ gzip -9nf ${PREFIX}/man/man1/cal.1 -.endif @ if [ ! -d ${PREFIX}/etc/cal ]; then ${MKDIR} ${PREFIX}/etc/cal; chmod 0755 ${PREFIX}/etc/cal; fi @ if [ ! -f ${PREFIX}/etc/cal/calcol ]; then ${INSTALL_DATA} ${WRKDIR}/cal34/cal.col ${PREFIX}/etc/cal/calcol; fi @ if [ ! -f ${PREFIX}/etc/cal/caldat ]; then ${INSTALL_DATA} ${WRKDIR}/cal34/cal.dat ${PREFIX}/etc/cal/caldat; fi |