diff options
author | culot <culot@FreeBSD.org> | 2010-11-01 03:59:29 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2010-11-01 03:59:29 +0800 |
commit | 71c8a4fe71e0576e88740f5656b91526ceb8e37d (patch) | |
tree | 76b58958add46aae3a88304a789716c6e5ce0ddc /deskutils/when/Makefile | |
parent | af8554b54bbf1007bbc3ada89d0e2e9536ba15cd (diff) | |
download | freebsd-ports-gnome-71c8a4fe71e0576e88740f5656b91526ceb8e37d.tar.gz freebsd-ports-gnome-71c8a4fe71e0576e88740f5656b91526ceb8e37d.tar.zst freebsd-ports-gnome-71c8a4fe71e0576e88740f5656b91526ceb8e37d.zip |
- Update to 1.1.21
- Use of LOCAL master site to be able to append the version number to
the archive name (vendor agreed by mail)
- make-dist target removed
- Take maintainership
PR: ports/149908
Submitted by: culot@ (myself)
Approved by: sahil@ (mentor)
Diffstat (limited to 'deskutils/when/Makefile')
-rw-r--r-- | deskutils/when/Makefile | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/deskutils/when/Makefile b/deskutils/when/Makefile index d368e6ea8822..b4ff1c0e9ed9 100644 --- a/deskutils/when/Makefile +++ b/deskutils/when/Makefile @@ -6,28 +6,22 @@ # PORTNAME= when -PORTVERSION= 1.1.12 +PORTVERSION= 1.1.21 CATEGORIES= deskutils -MASTER_SITES= CENKES +MASTER_SITES= LOCAL/culot -MAINTAINER= ports@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= A very simple personal calendar -USE_BZIP2= yes USE_PERL5_RUN= yes NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} MAN1= ${PORTNAME}.1 +WRKSRC= ${WRKDIR}/${PORTNAME}_dist + do-install: @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1/ -make-dist: - @${RM} -rf ${WRKDIR};${MKDIR} ${WRKDIR};cd ${WRKDIR};\ - ${FETCH_CMD} http://www.lightandmatter.com/when/when.tar.gz;\ - ${TAR} xf when.tar.gz;${MV} when_dist ${DISTNAME};\ - ${RM} -Rf ${DISTNAME}/debian_stuff/;\ - ${TAR} cjvf ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME} - .include <bsd.port.mk> |