diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2001-07-24 01:57:09 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2001-07-24 01:57:09 +0000 |
commit | caa681f00539d83c0ac7f32df18b2d36b37620c2 (patch) | |
tree | 6ef46048cecfb759c57a53e720c39104463cf4a9 /deskutils/xmdiary/Makefile | |
parent | 3c90ea64a0bfa031662fb17a14480236dcd11661 (diff) |
Notes
Diffstat (limited to 'deskutils/xmdiary/Makefile')
-rw-r--r-- | deskutils/xmdiary/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/deskutils/xmdiary/Makefile b/deskutils/xmdiary/Makefile index 786b0201125a..665de3c793f6 100644 --- a/deskutils/xmdiary/Makefile +++ b/deskutils/xmdiary/Makefile @@ -6,11 +6,11 @@ # PORTNAME= xmdiary -PORTVERSION= 3.0.1 +PORTVERSION= 3.0.3 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= office -DISTFILES= ${DISTNAME}.tar.gz xmdfix.gz +DISTFILES= ${DISTNAME}.tar.gz MAINTAINER= mi@aldan.algebra.com @@ -22,13 +22,6 @@ MAN1= xdaclunix.1 xdalarm.1 xdcustom.1 xddump.1 xdiary.1 xdinitdb.1 \ xdlight.1 xdnotify.1 xdprformat.1 xdremind.1 xdremove.1 \ xdrestore.1 -pre-patch: - @for node in `tar tzf ${DISTDIR}/xmdfix.gz` ; \ - do \ - test -f $(WRKSRC)/$$node && ${RM} -f $(WRKSRC)/$$node ; \ - done - cd $(WRKSRC) && tar xzpf ${DISTDIR}/xmdfix.gz - post-patch: @${ECHO_MSG} removing the "malloc.h" includes ${SCRIPTDIR}/nomalloc $(WRKSRC) 2>&1 > /dev/zero |