diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-23 23:05:19 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-23 23:05:19 +0000 |
commit | 50d1b2f5cfc1ef8b62373208fe0506dac57562bf (patch) | |
tree | b5ddc8f939e3a1d4524591071112ff3e0700520a /cad/linux-eagle | |
parent | Update port: databases/jdb bugfixes for perl-5.8 (diff) |
Maintainer-update of cad/linux-eagle
The new install routine installs directories without user
access bits set.
PR: ports/48184
Submitted by: Thomas E. Zander <riggs@mugiri-in-au.dyndns.tv>
Notes
Notes:
svn path=/head/; revision=76328
Diffstat (limited to 'cad/linux-eagle')
-rw-r--r-- | cad/linux-eagle/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/linux-eagle/Makefile b/cad/linux-eagle/Makefile index 84edc783f2b8..c83d4cc4532d 100644 --- a/cad/linux-eagle/Makefile +++ b/cad/linux-eagle/Makefile @@ -9,7 +9,7 @@ PORTNAME= linux-eagle EAGLEVERSION?= 4.09r2 EAGLELANG?= e PORTVERSION= ${EAGLEVERSION:S/r/./} -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= cad linux MASTER_SITES= ftp://ftp.cadsoft.de/pub/program/${EAGLEVERSION}/ DISTNAME= ${PORTNAME:S/linux-//}-${EAGLEVERSION}${EAGLELANG} @@ -38,6 +38,7 @@ CPIO?= /usr/bin/cpio --quiet -pdum -R do-install: @${MKDIR} ${DATADIR} @ cd ${WRKSRC} && ${FIND} * -type f -print | ${CPIO} ${BINOWN}:${BINGRP} ${DATADIR} + @ cd ${DATADIR} && ${FIND} * -type d -print | xargs ${CHMOD} 0755 @${LN} -sf ${DATADIR}/bin/eagle ${PREFIX}/bin/eagle @${INSTALL_MAN} ${DATADIR}/man/eagle.1 ${PREFIX}/man/man1 |