aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks/wmtimer
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2001-05-03 09:29:59 +0800
committerlioux <lioux@FreeBSD.org>2001-05-03 09:29:59 +0800
commit8e6576d9f714ab28164f7e58c69788240f8a48a8 (patch)
tree2d11bb966408f4fc0a643e39b9ce46d65e48bf70 /x11-clocks/wmtimer
parentff678870b28c4b149f87fc4c903a7ba99bd53acc (diff)
downloadfreebsd-ports-gnome-8e6576d9f714ab28164f7e58c69788240f8a48a8.tar.gz
freebsd-ports-gnome-8e6576d9f714ab28164f7e58c69788240f8a48a8.tar.zst
freebsd-ports-gnome-8e6576d9f714ab28164f7e58c69788240f8a48a8.zip
The PORTDOCS installation missed the WRKSRC modification. Fix it.
Also, add a warning to avoid it in the future. Submitted by: Patrick Li <pat@databits.net> Spotted by: alan@clegg.com
Diffstat (limited to 'x11-clocks/wmtimer')
-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>