diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-10 15:08:55 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-10 15:08:55 +0000 |
commit | f81674b8959d5c7b99c468f0abf37d4fee4497d1 (patch) | |
tree | 52119f55508a0c8c0226256466b6322e6a406654 /deskutils/gcal/Makefile | |
parent | dcfdac10e72a0706e777b908f0214348c0e75444 (diff) |
Notes
Diffstat (limited to 'deskutils/gcal/Makefile')
-rw-r--r-- | deskutils/gcal/Makefile | 25 |
1 files changed, 5 insertions, 20 deletions
diff --git a/deskutils/gcal/Makefile b/deskutils/gcal/Makefile index 2899da80baac..7c5ed4b4f3ba 100644 --- a/deskutils/gcal/Makefile +++ b/deskutils/gcal/Makefile @@ -7,10 +7,10 @@ PORTNAME= gcal PORTVERSION= 3.01 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= gcal +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= cyrille.lefevre@laposte.net COMMENT= The GNU Gregorian calendar program @@ -19,21 +19,14 @@ COMMENT= The GNU Gregorian calendar program # USE_GETTEXT= yes -GNU_CONFIGURE= yes - # required to rebuild info files if needed. USE_GMAKE= yes +USE_LIBTOOL= yes +GNU_CONFIGURE= yes -# PREFIX isn't honored. force it w/ prefix. -MAKE_ARGS= prefix="${PREFIX}" - +INFO= gcal MAN1= gcal.1 gcal2txt.1 tcal.1 txt2gcal.1 -# Local variables -# - -INSTALL_INFO?= install-info - # Post-extract # @@ -42,12 +35,4 @@ INSTALL_INFO?= install-info # post-extract: # @${RM} -f ${WRKSRC}/doc/*/${PORTNAME}.info* -# Post-install -# - -post-install: install-info - -install-info: - @${INSTALL_INFO} ${PREFIX}/info/${PORTNAME}.info ${PREFIX}/info/dir - .include <bsd.port.mk> |