diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-16 01:21:30 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-16 01:21:30 +0800 |
commit | 6c6a2e424c9cfb7134688472b661cbcbb120e580 (patch) | |
tree | 4d9ad9166115ab1d7db1d527aa3ef07cc3a299c6 /deskutils/xmdiary/Makefile | |
parent | 12279884510b5e2848a3ab8cdda4ade862dfd203 (diff) | |
download | freebsd-ports-gnome-6c6a2e424c9cfb7134688472b661cbcbb120e580.tar.gz freebsd-ports-gnome-6c6a2e424c9cfb7134688472b661cbcbb120e580.tar.zst freebsd-ports-gnome-6c6a2e424c9cfb7134688472b661cbcbb120e580.zip |
- Finish stage support (man pages missed)
- Simplify Makefile
Diffstat (limited to 'deskutils/xmdiary/Makefile')
-rw-r--r-- | deskutils/xmdiary/Makefile | 10 |
1 files changed, 2 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/' \ |