Advertisement
Guest User

Untitled

a guest
May 24th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. install -o root -g wheel -m 555 /tmp/antico/work/antico-0.2/antico /tmp/antico-0.2/bin/antico
  2. /bin/mkdir -p /tmp/antico-0.2/share/antico
  3. cd /tmp/antico/work/antico-0.2 && /bin/sh -c '(/usr/bin/find -d $0 $2 | /usr/bin/cpio -dumpl $1 >/dev/null 2>&1) && /usr/sbin/chown -R root:wheel $1 && /usr/bin/find -d $0 $2 -type d -exec chmod 755 $1/{} \; && /usr/bin/find -d $0 $2 -type f -exec chmod 444 $1/{} \;' -- theme /tmp/antico-0.2/share/antico
  4. .if defined(WITH_NLS)
  5. Syntax error: "(" unexpected
  6. *** Error code 2
  7.  
  8.  
  9. post-install:
  10.  
  11. .if defined(WITH_NLS)
  12. PLIST_SUB+= NLS=""
  13. cd ${WRKSRC} && ${COPYTREE_SHARE} language ${DATADIR}
  14. .else
  15. PLIST_SUB+= NLS="@comment "
  16. .endif
  17.  
  18. .if !defined(NOPORTDOCS)
  19. ${MKDIR} ${DOCSDIR}
  20. ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
  21. .endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement