diff options
Diffstat (limited to 'base/ports')
-rw-r--r-- | base/ports/.footprint | 7 | ||||
-rw-r--r-- | base/ports/Pkgfile | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/base/ports/.footprint b/base/ports/.footprint index 092d5bace..740766732 100644 --- a/base/ports/.footprint +++ b/base/ports/.footprint @@ -10,7 +10,8 @@ drwxr-xr-x root/root etc/ports/drivers/ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/ports -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man8/ --rw-r--r-- root/root usr/man/man8/ports.8.gz drwxr-xr-x root/root usr/ports/ +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/ports.8.gz diff --git a/base/ports/Pkgfile b/base/ports/Pkgfile index 0827d2923..ade075a45 100644 --- a/base/ports/Pkgfile +++ b/base/ports/Pkgfile @@ -14,6 +14,9 @@ build () { cd $name-$version make make DESTDIR=$PKG install +mkdir -p $PKG/usr/share/ +mv $PKG/usr/man \ +$PKG/usr/share for i in base extra xorg xfce kde gnome do install -m 0644 ../$i.rsync $PKG/etc/ports/$i.rsync |