diff options
author | sat <sat@FreeBSD.org> | 2007-09-03 16:14:39 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-09-03 16:14:39 +0800 |
commit | 8cccfc11ac6d58fcf8cdfe8185961cebe5ddb91b (patch) | |
tree | 76ad148aca468434fed47c8c548448fdcbf200f7 /deskutils/when/Makefile | |
parent | dfbddf0d8183f134cec86fdbe2b3af37e7754bdc (diff) | |
download | freebsd-ports-gnome-8cccfc11ac6d58fcf8cdfe8185961cebe5ddb91b.tar.gz freebsd-ports-gnome-8cccfc11ac6d58fcf8cdfe8185961cebe5ddb91b.tar.zst freebsd-ports-gnome-8cccfc11ac6d58fcf8cdfe8185961cebe5ddb91b.zip |
- Update to 1.1.7
Diffstat (limited to 'deskutils/when/Makefile')
-rw-r--r-- | deskutils/when/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/deskutils/when/Makefile b/deskutils/when/Makefile index c657a67fd8e1..b59208dfbcd5 100644 --- a/deskutils/when/Makefile +++ b/deskutils/when/Makefile @@ -6,7 +6,7 @@ # PORTNAME= when -PORTVERSION= 1.1.5 +PORTVERSION= 1.1.7 CATEGORIES= deskutils MASTER_SITES= CENKES #http://www.lightandmatter.com/when/when.tar.gz @@ -24,4 +24,10 @@ 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};\ + ${TAR} cjvf ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME} + .include <bsd.port.mk> |