diff options
author | hrs <hrs@FreeBSD.org> | 2009-12-22 01:34:36 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2009-12-22 01:34:36 +0800 |
commit | cbdcf39b5a9cfaae1d7d5becf2a3d594cadeef62 (patch) | |
tree | 9ab0b0cee16b87cfeb2d4f01f2d33faab66a490c /cad/klayout/Makefile | |
parent | faa6303dd6804a16a60f320ede1f3e366dcdb0f6 (diff) | |
download | freebsd-ports-gnome-cbdcf39b5a9cfaae1d7d5becf2a3d594cadeef62.tar.gz freebsd-ports-gnome-cbdcf39b5a9cfaae1d7d5becf2a3d594cadeef62.tar.zst freebsd-ports-gnome-cbdcf39b5a9cfaae1d7d5becf2a3d594cadeef62.zip |
Style fixes:
- Remove an unnecessary patch[*].
- Use build.sh to install binaries and reduce diff between Makefile
for FreeBSD and for Linux in the distribution.
Pointed out by: till plewe[*]
Diffstat (limited to 'cad/klayout/Makefile')
-rw-r--r-- | cad/klayout/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/klayout/Makefile b/cad/klayout/Makefile index bf1d63de123b..b14830e224bd 100644 --- a/cad/klayout/Makefile +++ b/cad/klayout/Makefile @@ -35,7 +35,7 @@ do-build: -qtlib ${QT_LIBDIR} do-install: - cd ${WRKSRC}/build.${PLATFORMKEYWORD}/main && \ + cd ${WRKSRC}/bin.${PLATFORMKEYWORD} && \ ${INSTALL_PROGRAM} ${PLIST_FILES:S,^bin/,,} \ ${PREFIX}/bin |