diff options
author | nivit <nivit@FreeBSD.org> | 2007-09-17 17:06:36 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2007-09-17 17:06:36 +0800 |
commit | da1e3edd00a5f36480dcb910a8c08c7536c877bb (patch) | |
tree | a5a3fff1f102c0edd1e70932a1ca8599aa7422a3 /graphics | |
parent | a1423b49a2c4b4a313438e64d72ce766d60e4835 (diff) | |
download | freebsd-ports-gnome-da1e3edd00a5f36480dcb910a8c08c7536c877bb.tar.gz freebsd-ports-gnome-da1e3edd00a5f36480dcb910a8c08c7536c877bb.tar.zst freebsd-ports-gnome-da1e3edd00a5f36480dcb910a8c08c7536c877bb.zip |
- Remove useless variabile ${WRKSRC} in do-install target (pointed out by sat@)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/l2p/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/l2p/Makefile b/graphics/l2p/Makefile index 6cd337650690..59a4e6b27552 100644 --- a/graphics/l2p/Makefile +++ b/graphics/l2p/Makefile @@ -37,7 +37,7 @@ do-install: @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - @cd ${WRKSRC} && ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} + @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif .include <bsd.port.mk> |