summaryrefslogtreecommitdiff
path: root/mpup
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@crux.nu>2016-04-12 16:44:15 +0200
committerJose V Beneyto <sepen@crux.nu>2016-04-12 16:59:55 +0200
commitb5185ef414274bfd0b2135758918edaf3ddba612 (patch)
treeb585833537eb65816a2314aca150522543fa7958 /mpup
parent1a8225558ae6e16e5777556f50ca1c41b8a5f3f5 (diff)
downloadopt-b5185ef414274bfd0b2135758918edaf3ddba612.tar.gz
opt-b5185ef414274bfd0b2135758918edaf3ddba612.tar.xz
mpup: fixed mandir location
Diffstat (limited to 'mpup')
-rw-r--r--mpup/.footprint7
-rw-r--r--mpup/Pkgfile4
2 files changed, 6 insertions, 5 deletions
diff --git a/mpup/.footprint b/mpup/.footprint
index ae4175da9..ccd925e76 100644
--- a/mpup/.footprint
+++ b/mpup/.footprint
@@ -5,6 +5,7 @@ drwxr-xr-x root/root etc/ports/drivers/
-rwxr-xr-x root/root etc/ports/drivers/mpup
-rw-r--r-- root/root etc/ports/meta.mpup.inactive
drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man8/
--rw-r--r-- root/root usr/man/man8/mpup.8.gz
+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/mpup.8.gz
diff --git a/mpup/Pkgfile b/mpup/Pkgfile
index b4a3f1519..27e2a00b4 100644
--- a/mpup/Pkgfile
+++ b/mpup/Pkgfile
@@ -6,12 +6,12 @@
name=mpup
version=2.0
-release=1
+release=2
source=(http://sepen.mooo.com/releases/$name-$version.tar.xz)
build() {
cd $name-$version
- make DESTDIR=$PKG install
+ make DESTDIR=$PKG MANDIR=/usr/share/man install
}

Generated by cgit