mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
- Switch to options helpers
- Add missing run-depend on rc used by some installed scripts - Fix shebangs
This commit is contained in:
parent
f9aec6ce6c
commit
4aed909f9e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398263
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= plan9port
|
||||
PORTVERSION= 20140306
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= devel plan9
|
||||
MASTER_SITES= http://swtch.com/${PORTNAME}/
|
||||
|
||||
@ -15,7 +15,30 @@ LICENSE_NAME= Lucent Public License Version 1.02
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||
|
||||
USES= perl5 tar:tgz
|
||||
BROKEN_ia64= does not install: cleanname not found
|
||||
BROKEN_sparc64= does not install: cleanname not found
|
||||
|
||||
RUN_DEPENDS= rc:${PORTSDIR}/shells/rc
|
||||
|
||||
USES= perl5 shebangfix tar:tgz
|
||||
SHEBANG_LANG= rc
|
||||
rc_OLD_CMD= /bin/rc
|
||||
rc_CMD= ${LOCALBASE}/bin/rc
|
||||
SHEBANG_FILES= acid/transcript \
|
||||
acid/window \
|
||||
mac/9term.app/Contents/MacOS/9term \
|
||||
mac/Plumb.app/Contents/MacOS/plumb \
|
||||
src/cmd/9660/mk9660.rc \
|
||||
src/cmd/dict/egfix \
|
||||
src/cmd/dict/egfix2 \
|
||||
src/cmd/dict/gefix \
|
||||
src/cmd/dict/getneeds \
|
||||
src/cmd/lp/lpsend.rc \
|
||||
src/cmd/map/map.rc \
|
||||
src/cmd/map/mapdemo.rc \
|
||||
src/cmd/spell/spell.rc \
|
||||
src/cmd/upas/filterkit/pipefrom.sample \
|
||||
unix/man/fixurls
|
||||
USE_PERL5= build
|
||||
USE_XORG= x11 xt xi xaw
|
||||
WRKSRC= ${WRKDIR}/plan9
|
||||
@ -74,10 +97,4 @@ install-user:
|
||||
@${MKDIR} ${HOME}/lib
|
||||
${INSTALL_DATA} ${PLAN9}/plumb/initial.plumbing ${HOME}/lib/plumbing
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
|
||||
BROKEN= Does not install: cleanname not found
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user