git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@144312 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Mojca Miklavec
2016-01-06 14:21:58 +00:00
parent 68796cd7f2
commit f04100bcd3
2 changed files with 11 additions and 9 deletions
+10 -8
View File
@@ -2,10 +2,11 @@
# $Id$
PortSystem 1.0
PortGroup perl5 1.0
name dirvish
version 1.2.1
revision 3
revision 4
categories sysutils
maintainers behanna.org:chris
license OSL-2
@@ -49,17 +50,18 @@ patchfiles patch-Makefile.diff \
patch-default.conf.dist.diff \
patch-master.conf.dist.diff
perl5.branches 5.22
use_configure no
build.type bsd
build.args PREFIX=${prefix}
build.args PREFIX=${prefix} PERL=${perl5.bin}
destroot.args PREFIX=${prefix} PERL=${perl5.bin}
destroot.args PREFIX=${prefix}
depends_lib port:perl5.16 \
port:p5.16-time-modules \
port:p5.16-timedate \
port:p5.16-time-period \
depends_lib port:perl${perl5.major} \
port:p${perl5.major}-time-modules \
port:p${perl5.major}-timedate \
port:p${perl5.major}-time-period \
port:rsync
# The latest version is from 2005.
+1 -1
View File
@@ -33,7 +33,7 @@
+INSTALL_SCRIPT=${INSTALL} ${INSTALL_UCREDS} -m 555
+
+header:
+ echo "#!${PREFIX}/bin/perl5.16" > header.pl
+ echo "#!${PERL}" > header.pl
+ echo "" >> header.pl
+ echo "\$$CONFDIR = \"${CONFDIR}\";" >> header.pl
+