#!/bin/sh if [ "$2" = "POST-INSTALL" ]; then echo "${PKG_PREFIX}/lib/ocaml/site-lib/ulex" >> ${PKG_PREFIX}/lib/ocaml/ld.conf elif [ "$2" = "DEINSTALL" ]; then mv ${PKG_PREFIX}/lib/ocaml/ld.conf ${PKG_PREFIX}/lib/ocaml/ld.conf.tmp grep -v ulex ${PKG_PREFIX}/lib/ocaml/ld.conf.tmp > ${PKG_PREFIX}/lib/ocaml/ld.conf rm -f ${PKG_PREFIX}/lib/ocaml/ld.conf.tmp fi is.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-WWW-Google-SiteMap
Commit message (Expand)AuthorAgeFilesLines
* Fix license information for portgs that use "the same license as Perl".mat2017-09-151-1/+1
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.mat2016-04-011-2/+2
* Move p5- ports from ports@ to perl@.mat2015-05-111-1/+1
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-26