diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2010-10-03 13:08:29 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2010-10-03 13:08:29 +0000 |
commit | 99561c1326aee20ab6e0165358a596e91f868233 (patch) | |
tree | 6478e2bad4be71a99d102382c7638c8429f2a346 /cad | |
parent | 9a8b49223251ad0ff0b7ef77c3e64c7a4e1f8f10 (diff) | |
download | ports-99561c1326aee20ab6e0165358a596e91f868233.tar.gz ports-99561c1326aee20ab6e0165358a596e91f868233.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/pcb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index c1b6fdd2f820..b923a49dd6e1 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -25,7 +25,7 @@ USE_TK_RUN= 83 INSTALLS_ICONS= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" \ - INSTALL_DATA="${INSTALL_DATA}" + INSTALL_DATA="/usr/bin/install ${COPY} ${_SHROWNGRP} -m ${SHAREMODE}" CONFIGURE_ARGS= --docdir=${DOCSDIR} --disable-nls PORTDOCS= pcb.html pcb.ps refcard.ps pcb.pdf refcard.pdf pad.gif \ puller.gif thermal.gif pad.png puller.png thermal.png examples \ |