summaryrefslogtreecommitdiffstats
path: root/x11/temperature.app/Makefile
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2003-08-20 20:39:51 +0000
committeradamw <adamw@FreeBSD.org>2003-08-20 20:39:51 +0000
commit83578ff8738cb6c799043527af426cebd6393637 (patch)
tree32f8d5180634f4b7bcce7983ac2880505fb79b1e /x11/temperature.app/Makefile
parent5697e6d8be152fd0441a6cadc13c2d5ef2d68a7f (diff)
downloadFreeBSD-ports-83578ff8738cb6c799043527af426cebd6393637.zip
FreeBSD-ports-83578ff8738cb6c799043527af426cebd6393637.tar.gz
Update to 1.4.
Diffstat (limited to 'x11/temperature.app/Makefile')
-rw-r--r--x11/temperature.app/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/temperature.app/Makefile b/x11/temperature.app/Makefile
index 38ba053..f82ee9b 100644
--- a/x11/temperature.app/Makefile
+++ b/x11/temperature.app/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= temperature.app
-PORTVERSION= 1.3
+PORTVERSION= 1.4
CATEGORIES= x11 windowmaker
MASTER_SITES= http://www.fukt.bth.se/~per/temperature/
DISTNAME= Temperature.app-${PORTVERSION}
@@ -22,9 +22,8 @@ USE_X_PREFIX= yes
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/Temperature.app ${PREFIX}/bin
.ifndef(NOPORTDOCS)
- @${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} \
- ${PREFIX}/share/doc/${PORTNAME}
- @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME}
+ @${MKDIR} ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>
OpenPOWER on IntegriCloud