1
0
forked from ports/contrib

xsel: move man-page

This commit is contained in:
Svyatoslav Mishyn 2016-06-10 12:07:44 +03:00
parent 64a9756091
commit bbb2472eed
2 changed files with 9 additions and 8 deletions

View File

@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xsel
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/xsel.1x.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/xsel.1x.gz

View File

@ -6,12 +6,12 @@
name=xsel
version=1.2.0
release=1
release=2
source=(http://www.vergenet.net/~conrad/software/xsel/download/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
cd $name-$version
./configure --prefix=/usr
make
make install DESTDIR=$PKG
}