diff options
author | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2002-04-02 20:23:00 +0000 |
---|---|---|
committer | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2002-04-02 20:23:00 +0000 |
commit | fd2f2b3c3c4d37cad8c88cf5219975a49e989b11 (patch) | |
tree | 10f8e1d7d3dc4885fcd714b3bc24a45e901c8f0f /japanese | |
parent | Instead of relying on /dev/fd/3 being available, make a named pipe to (diff) |
Fix for 5-current.
Notes
Notes:
svn path=/head/; revision=57236
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/kpcal/Makefile | 7 | ||||
-rw-r--r-- | japanese/kpcal/pkg-plist | 1 |
2 files changed, 4 insertions, 4 deletions
diff --git a/japanese/kpcal/Makefile b/japanese/kpcal/Makefile index 6d550c0e056b..098bcf7cc4f6 100644 --- a/japanese/kpcal/Makefile +++ b/japanese/kpcal/Makefile @@ -20,11 +20,12 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= yoichi@FreeBSD.org ALL_TARGET= kpcal +MAN1= kpcal.1 -post-configure: - ${GZIP_CMD} ${WRKSRC}/kpcal.1 +post-patch: + ${PERL} -pi -e 's/long/time_t/' ${WRKSRC}/kpcal.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/kpcal ${LOCALBASE}/bin - ${INSTALL_MAN} ${WRKSRC}/kpcal.1.gz ${LOCALBASE}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/kpcal.1 ${LOCALBASE}/man/man1 .include <bsd.port.mk> diff --git a/japanese/kpcal/pkg-plist b/japanese/kpcal/pkg-plist index f7490ce3112d..05d1de73f3a2 100644 --- a/japanese/kpcal/pkg-plist +++ b/japanese/kpcal/pkg-plist @@ -1,2 +1 @@ bin/kpcal -man/man1/kpcal.1.gz |