aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks/wmtimer/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-05-03 01:29:59 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-05-03 01:29:59 +0000
commitd4ef2da689f3d7b28627c93038fff7567f4074e6 (patch)
treecb2e85f32662c417877b1286771b9e72c35b8a54 /x11-clocks/wmtimer/Makefile
parente0a29a5353dd3999ad38eabbf6cbcaa03e3c891b (diff)
downloadports-d4ef2da689f3d7b28627c93038fff7567f4074e6.tar.gz
ports-d4ef2da689f3d7b28627c93038fff7567f4074e6.zip
Notes
Diffstat (limited to 'x11-clocks/wmtimer/Makefile')
-rw-r--r--x11-clocks/wmtimer/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-clocks/wmtimer/Makefile b/x11-clocks/wmtimer/Makefile
index 01de467e7273..8ad6d582f9e7 100644
--- a/x11-clocks/wmtimer/Makefile
+++ b/x11-clocks/wmtimer/Makefile
@@ -12,6 +12,7 @@ MASTER_SITES= http://home.dwave.net/~jking/wmtimer/
MAINTAINER= pat@databits.net
+# if you change WRKSRC, check install NOPORTDOCS
WRKSRC= ${WRKDIR}/${DISTNAME}/wmtimer
USE_GMAKE= yes
USE_X_PREFIX= yes
@@ -41,7 +42,7 @@ do-install:
.ifndef(NOPORTDOCS)
@${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} \
${PREFIX}/share/doc/wmtimer
- @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/wmtimer
+ @${INSTALL_DATA} ${WRKSRC}/../README ${PREFIX}/share/doc/wmtimer
.endif # !NOPORTDOCS
.include <bsd.port.mk>