diff options
author | pav <pav@FreeBSD.org> | 2009-01-15 17:26:50 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-15 17:26:50 +0800 |
commit | d20a3e9cad25c3b0472e14ea6642408a2172a594 (patch) | |
tree | 314a22f4c1c319dbb8c3cbc2d1e2db489d27c671 /sysutils/psgconf | |
parent | 14e71593b2527da0b01e332a6cf3b54b5f62899c (diff) | |
download | freebsd-ports-gnome-d20a3e9cad25c3b0472e14ea6642408a2172a594.tar.gz freebsd-ports-gnome-d20a3e9cad25c3b0472e14ea6642408a2172a594.tar.zst freebsd-ports-gnome-d20a3e9cad25c3b0472e14ea6642408a2172a594.zip |
- Fix plist with perl 5.8.9
Diffstat (limited to 'sysutils/psgconf')
-rw-r--r-- | sysutils/psgconf/Makefile | 1 | ||||
-rw-r--r-- | sysutils/psgconf/pkg-plist | 8 |
2 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/psgconf/Makefile b/sysutils/psgconf/Makefile index f0855ffd5d04..9c5f9c473c13 100644 --- a/sysutils/psgconf/Makefile +++ b/sysutils/psgconf/Makefile @@ -7,6 +7,7 @@ PORTNAME= psgconf PORTVERSION= 3.3 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ftp://ftp-dev.cites.uiuc.edu/pub/psgconf/ diff --git a/sysutils/psgconf/pkg-plist b/sysutils/psgconf/pkg-plist index fcc152c00773..2ef0641ff2fd 100644 --- a/sysutils/psgconf/pkg-plist +++ b/sysutils/psgconf/pkg-plist @@ -1,9 +1,9 @@ etc/psg.conf.sample etc/psgconf_modules.sample -sbin/ConfigFile2Storable -sbin/psgconf -sbin/psgconf-import -sbin/platform-name +bin/ConfigFile2Storable +bin/psgconf +bin/psgconf-import +bin/platform-name %%DATADIR%%/config/defaults.conf %%DATADIR%%/config/platform-fc4.conf %%DATADIR%%/config/platform-freebsd4.conf |