diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-12-25 22:53:00 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-12-25 22:53:00 +0000 |
commit | 135c4b95914b8235c3103667910ce9b6bb8d8915 (patch) | |
tree | 75006fd3d68fdb7e88f45aac59c48ba345fddb80 /sysutils/torsmo/Makefile | |
parent | fdae77ad9d1480e79ca48fd0d1f7c355c6d047ff (diff) | |
download | ports-135c4b95914b8235c3103667910ce9b6bb8d8915.tar.gz ports-135c4b95914b8235c3103667910ce9b6bb8d8915.zip |
- Update to 0.18
PR: ports/75435
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=125184
Diffstat (limited to 'sysutils/torsmo/Makefile')
-rw-r--r-- | sysutils/torsmo/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/sysutils/torsmo/Makefile b/sysutils/torsmo/Makefile index b9281dc2944b..3a0582226579 100644 --- a/sysutils/torsmo/Makefile +++ b/sysutils/torsmo/Makefile @@ -6,8 +6,7 @@ # PORTNAME= torsmo -PORTVERSION= 0.17 -PORTREVISION= 2 +PORTVERSION= 0.18 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,8 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= bogorodskiy@inbox.ru COMMENT= System monitor that renders text on desktop -USE_AUTOCONF_VER=259 -USE_AUTOMAKE_VER=14 +GNU_CONFIGURE= yes USE_X_PREFIX= yes MAN1= torsmo.1 @@ -27,9 +25,6 @@ PORTDOCS= AUTHORS ChangeLog NEWS README .include <bsd.port.pre.mk> -post-extract: - @${CP} ${FILESDIR}/freebsd.c ${WRKSRC} - post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |