diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-15 17:21:30 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-15 17:21:30 +0000 |
commit | 4f4486a004bc66c882248cb0ce2e19dc1fecee8f (patch) | |
tree | 4d9ad9166115ab1d7db1d527aa3ef07cc3a299c6 | |
parent | - Enable stagedir support (diff) |
- Finish stage support (man pages missed)
- Simplify Makefile
Notes
Notes:
svn path=/head/; revision=357905
-rw-r--r-- | deskutils/xmdiary/Makefile | 10 | ||||
-rw-r--r-- | deskutils/xmdiary/pkg-plist | 12 |
2 files changed, 14 insertions, 8 deletions
diff --git a/deskutils/xmdiary/Makefile b/deskutils/xmdiary/Makefile index 57aea5152f98..63b18b039f02 100644 --- a/deskutils/xmdiary/Makefile +++ b/deskutils/xmdiary/Makefile @@ -3,22 +3,16 @@ PORTNAME= xmdiary PORTVERSION= 3.0.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils -MASTER_SITES= ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= office -DISTFILES= ${DISTNAME}.tar.gz +MASTER_SITES= XCONTRIB/office MAINTAINER= mi@aldan.algebra.com COMMENT= Personal and group calendar utility NO_CDROM= Do not sell for profit -EXTRACT_ONLY= ${DISTNAME}.tar.gz USES= imake motif USE_XORG= x11 xext xp xpm xt -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 post-patch: @${REINPLACE_CMD} -e 's/malloc\.h/stdlib.h/' \ diff --git a/deskutils/xmdiary/pkg-plist b/deskutils/xmdiary/pkg-plist index aad5a07f4334..e8e5263aac90 100644 --- a/deskutils/xmdiary/pkg-plist +++ b/deskutils/xmdiary/pkg-plist @@ -50,4 +50,16 @@ lib/X11/xdiary/holidays1999 lib/X11/xdiary/mediumChirp.tune lib/X11/xdiary/ohNo.tune lib/X11/xdiary/swedish.tune +man/man1/xdaclunix.1.gz +man/man1/xdalarm.1.gz +man/man1/xdcustom.1.gz +man/man1/xddump.1.gz +man/man1/xdiary.1.gz +man/man1/xdinitdb.1.gz +man/man1/xdlight.1.gz +man/man1/xdnotify.1.gz +man/man1/xdprformat.1.gz +man/man1/xdremind.1.gz +man/man1/xdremove.1.gz +man/man1/xdrestore.1.gz @dirrm lib/X11/xdiary |