- install documentation.
- explicitly set path to perl executable.
This commit is contained in:
parent
f8c5806f84
commit
54c722f2f8
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/03/30 21:13:47 danh Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2001/04/06 14:09:16 danh Exp $
|
||||
|
||||
COMMENT= "tool to indent and reformat perl scripts"
|
||||
|
||||
@ -24,5 +24,9 @@ do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/perltidy ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/perl2web.1 ${PREFIX}/man/man1
|
||||
${INSTALL_MAN} ${WRKSRC}/perltidy.1 ${PREFIX}/man/man1
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/perltidy
|
||||
${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/perltidy
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/perltidy
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/* ${PREFIX}/share/doc/perltidy
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
9
devel/perltidy/patches/patch-perltidy
Normal file
9
devel/perltidy/patches/patch-perltidy
Normal file
@ -0,0 +1,9 @@
|
||||
$OpenBSD: patch-perltidy,v 1.1 2001/04/06 14:09:17 danh Exp $
|
||||
--- perltidy.orig Fri Apr 6 10:06:01 2001
|
||||
+++ perltidy Fri Apr 6 10:06:17 2001
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env perl
|
||||
+#!/usr/bin/perl
|
||||
############################################################
|
||||
#
|
||||
# perltidy - a perl script indenter and formatter
|
@ -1,4 +1,22 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/03/30 21:13:47 danh Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2001/04/06 14:09:17 danh Exp $
|
||||
bin/perltidy
|
||||
man/man1/perl2web.1
|
||||
man/man1/perltidy.1
|
||||
share/doc/perltidy/BUGS.html
|
||||
share/doc/perltidy/BUGS.pod
|
||||
share/doc/perltidy/BUGS.txt
|
||||
share/doc/perltidy/COPYING
|
||||
share/doc/perltidy/ChangeLog.html
|
||||
share/doc/perltidy/ChangeLog.pod
|
||||
share/doc/perltidy/ChangeLog.txt
|
||||
share/doc/perltidy/README
|
||||
share/doc/perltidy/perl2web.html
|
||||
share/doc/perltidy/perl2web.pod
|
||||
share/doc/perltidy/perl2web.txt
|
||||
share/doc/perltidy/perltidy.html
|
||||
share/doc/perltidy/perltidy.pod
|
||||
share/doc/perltidy/perltidy.txt
|
||||
share/doc/perltidy/tutorial.html
|
||||
share/doc/perltidy/tutorial.pod
|
||||
share/doc/perltidy/tutorial.txt
|
||||
@dirrm share/doc/perltidy
|
||||
|
Loading…
Reference in New Issue
Block a user