diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-07 09:28:14 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-07 09:28:14 +0000 |
commit | 7cf7b646b201f4759df4922b5cd4e8da431273d2 (patch) | |
tree | 13d42177751c867bde9c2a0e0b61d8d4123c5fc5 /graphics/qvplay | |
parent | f4d7c801f854ff4fad4642d62b23bae798962615 (diff) | |
download | ports-7cf7b646b201f4759df4922b5cd4e8da431273d2.tar.gz ports-7cf7b646b201f4759df4922b5cd4e8da431273d2.zip |
Notes
Diffstat (limited to 'graphics/qvplay')
-rw-r--r-- | graphics/qvplay/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/qvplay/Makefile b/graphics/qvplay/Makefile index 8e027c49b38c..491be342e533 100644 --- a/graphics/qvplay/Makefile +++ b/graphics/qvplay/Makefile @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes MAN1= qvplay.1 qvrec.1 qvalldel.1 -PORTDOCS= FAQ.txt HISTORY PROTOCOL.txt PROTOCOL.eng \ +MYPORTDOCS= FAQ.txt HISTORY PROTOCOL.txt PROTOCOL.eng \ README README.eng README.FreeBSD pre-patch: @@ -31,7 +31,7 @@ pre-configure: post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for file in ${PORTDOCS} +.for file in ${MYPORTDOCS} ${INSTALL_DATA} ${WRKSRC}/../../${file} ${DOCSDIR} .endfor .endif |