aboutsummaryrefslogtreecommitdiff
path: root/sysutils/psgconf/Makefile
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2007-02-08 21:02:44 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2007-02-08 21:02:44 +0000
commit7c51c5d5f138dfb19f84ed40c58e6e09de7e591f (patch)
tree2ed81fa2bec05765add7a07868d6387111ecad0d /sysutils/psgconf/Makefile
parent94b87b598514d0434c4f6afead6a0b9d39ff69a5 (diff)
downloadports-7c51c5d5f138dfb19f84ed40c58e6e09de7e591f.tar.gz
ports-7c51c5d5f138dfb19f84ed40c58e6e09de7e591f.zip
The patch was totally rewritten by the maintainer:
. update to the new version 3.2.3; . fix package building/installing/deinstalling; . remove BROKEN. PR: 107803 Submitted by: bsam (me) Approved by: pirjyk (maintainer)
Notes
Notes: svn path=/head/; revision=184599
Diffstat (limited to 'sysutils/psgconf/Makefile')
-rw-r--r--sysutils/psgconf/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/psgconf/Makefile b/sysutils/psgconf/Makefile
index 6b324f19fd17..e122c44bff8e 100644
--- a/sysutils/psgconf/Makefile
+++ b/sysutils/psgconf/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= psgconf
-PORTVERSION= 3.2.1
+PORTVERSION= 3.2.3
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp-dev.cites.uiuc.edu/pub/psgconf/
@@ -21,8 +21,6 @@ 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
@@ -58,6 +56,7 @@ MAN3= PSGConf.3 \
PSGConf::Action::GenerateFile::etc_services.3 \
PSGConf::Action::GenerateFile::etc_shadow.3 \
PSGConf::Action::GenerateFile::etc_system.3 \
+ PSGConf::Action::GenerateFile::etc_user_attr.3 \
PSGConf::Action::GenerateFile::ftpaccess.3 \
PSGConf::Action::GenerateFile::hosts.3 \
PSGConf::Action::GenerateFile::hosts_allow.3 \
@@ -191,6 +190,7 @@ IGNORE= requires perl 5.6 or newer
.endif
PKGINSTALL= ${WRKSRC}/postinstall
+PKGDEINSTALL= ${WRKSRC}/postinstall
post-patch:
${FIND} ${WRKSRC} -name "*.orig" -delete