diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-01-10 19:14:58 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-01-10 19:14:58 +0000 |
commit | 62c6efd7bd3f89807d4fea95f611229c29ee89f8 (patch) | |
tree | 9686585d82ee5170e4ab57388c432c5fbb9418ec /sysutils/psgconf | |
parent | c84212d816a83fe5b416054b5c58165b3f440241 (diff) | |
download | ports-62c6efd7bd3f89807d4fea95f611229c29ee89f8.tar.gz ports-62c6efd7bd3f89807d4fea95f611229c29ee89f8.zip |
BROKEN: Leaves behind files on deinstall
Notes
Notes:
svn path=/head/; revision=181999
Diffstat (limited to 'sysutils/psgconf')
-rw-r--r-- | sysutils/psgconf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/psgconf/Makefile b/sysutils/psgconf/Makefile index 41b30455caa5..6b324f19fd17 100644 --- a/sysutils/psgconf/Makefile +++ b/sysutils/psgconf/Makefile @@ -21,6 +21,8 @@ BUILD_DEPENDS= ${SITE_PERL}/Config/Objective.pm:${PORTSDIR}/devel/p5-Config-Obje ${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version \ ${SITE_PERL}/Text/Diff.pm:${PORTSDIR}/textproc/p5-Text-Diff +BROKEN= Leaves behind files on deinstall + PERL_CONFIGURE= YES MAN1= psgconf.1 |