pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

oysttyer: Install Perl script with INSTALL_SCRIPT



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Mon Dec 14 12:33:45 2015 +0100
Changeset:	27e435636aedb2d1fa355e9b5474d35583bf0b4f

Modified Files:
	oysttyer/Makefile

Log Message:
oysttyer: Install Perl script with INSTALL_SCRIPT

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=27e435636aedb2d1fa355e9b5474d35583bf0b4f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 oysttyer/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/oysttyer/Makefile b/oysttyer/Makefile
index 0d1ea0a..ea473f4 100644
--- a/oysttyer/Makefile
+++ b/oysttyer/Makefile
@@ -21,6 +21,6 @@ AUTO_MKDIRS=	yes
 
 do-install:
 	${RUN} cd ${WRKSRC} && \
-		${INSTALL_PROGRAM} oysttyer.pl ${DESTDIR}${PREFIX}/bin/oysttyer
+		${INSTALL_SCRIPT} oysttyer.pl ${DESTDIR}${PREFIX}/bin/oysttyer
 
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index