diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-23 23:05:19 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-23 23:05:19 +0000 |
commit | 9b3ca8ca9c66a748a2964638ec2a59699c4a489b (patch) | |
tree | 081c8f7af75f134696484159d68ba548e11de8cb /cad/linux-eagle5/Makefile | |
parent | 315c5d315b6b1efab8c7c79770ae4ac26140128a (diff) | |
download | FreeBSD-ports-9b3ca8ca9c66a748a2964638ec2a59699c4a489b.zip FreeBSD-ports-9b3ca8ca9c66a748a2964638ec2a59699c4a489b.tar.gz |
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>
Diffstat (limited to 'cad/linux-eagle5/Makefile')
-rw-r--r-- | cad/linux-eagle5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/linux-eagle5/Makefile b/cad/linux-eagle5/Makefile index 84edc78..c83d4cc 100644 --- a/cad/linux-eagle5/Makefile +++ b/cad/linux-eagle5/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 |