diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-05-03 01:29:59 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-05-03 01:29:59 +0000 |
commit | d4ef2da689f3d7b28627c93038fff7567f4074e6 (patch) | |
tree | cb2e85f32662c417877b1286771b9e72c35b8a54 /x11-clocks | |
parent | e0a29a5353dd3999ad38eabbf6cbcaa03e3c891b (diff) | |
download | ports-d4ef2da689f3d7b28627c93038fff7567f4074e6.tar.gz ports-d4ef2da689f3d7b28627c93038fff7567f4074e6.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
Notes
Notes:
svn path=/head/; revision=42185
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/wmtimer/Makefile | 3 |
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> |