Date: Sat, 14 Aug 1999 13:20:02 -0700 (PDT) From: Will Andrews <andrews@TECHNOLOGIST.COM> To: freebsd-ports@FreeBSD.org Subject: RE: ports/13142: some scripts in the figlet port aren't executab Message-ID: <199908142020.NAA49199@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/13142; it has been noted by GNATS. From: Will Andrews <andrews@TECHNOLOGIST.COM> To: dr@domix.de Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: RE: ports/13142: some scripts in the figlet port aren't executab Date: Sat, 14 Aug 1999 16:12:16 -0400 (EDT) On 14-Aug-99 dr@domix.de wrote: > +post-install: > + /bin/chmod 0755 ${PREFIX}/bin/figlist > + /bin/chmod 0755 ${PREFIX}/bin/showfigfont > > .include <bsd.port.mk> Consider alternative methods. For example, instead of using /bin/chmod, use the upcoming ${CHMOD}. Also, you could override the default install target and use that to invoke ${INSTALL_SCRIPT}. But if there's too much to install aside from these scripts, ${CHMOD} will do. -- Will Andrews <andrews@technologist.com> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908142020.NAA49199>