1
0
forked from ports/contrib

libnet: adjust mandir

This commit is contained in:
Thomas Penteker 2018-11-25 20:11:42 +01:00
parent 7c9b70cd3f
commit 14991d64ee
3 changed files with 10 additions and 10 deletions

View File

@ -16,8 +16,9 @@ drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libnet.so -> libnet.so.9.0.0
lrwxrwxrwx root/root usr/lib/libnet.so.9 -> libnet.so.9.0.0
-rwxr-xr-x root/root usr/lib/libnet.so.9.0.0
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/libnet-functions.h.3.gz
-rw-r--r-- root/root usr/man/man3/libnet-macros.h.3.gz
-rw-r--r-- root/root usr/man/man3/libnet.h.3.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man3/
-rw-r--r-- root/root usr/share/man/man3/libnet-functions.h.3.gz
-rw-r--r-- root/root usr/share/man/man3/libnet-macros.h.3.gz
-rw-r--r-- root/root usr/share/man/man3/libnet.h.3.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF38/UX23PbIIierbYQP+MiSzo+dT+g098+hvU77xAGJHB7lErmY4lLCJ1wTz95XnuVi7qLjCsr8jCYEMSnYucBA0=
SHA256 (Pkgfile) = ba60711e4731b3d6223d365856fe7b82f5e1c0e798e55b27720db5eae6c29ba7
SHA256 (.footprint) = c721cdb30f802ef66d6736666caf868ead0ce6428871ac111598c41dfbc07084
RWSagIOpLGJF305ZE40bJMNHLqsBOdU5+wjrwmPPOoiUxBhizdi/JhnIEIXIfxzA38XLqAtNJ/W6UVh/UmgqAqe2KrKmvTEN8gU=
SHA256 (Pkgfile) = 8cf8ae510397c54b501b72a217ea4bad53d65ce8d1ef82d137218f3feb2a9a96
SHA256 (.footprint) = b07480d5c91c4f96c8a482fdd58918733a278bfc92b5299dd0a57897c3208f3c
SHA256 (libnet-1.2-rc3.tar.gz) = 72c380785ad44183005e654b47cc12485ee0228d7fa6b0a87109ff7614be4a63

View File

@ -1,7 +1,6 @@
# Description: Library for constructing and injecting network packets
# URL: http://libnet-dev.sf.net
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on:
name=libnet
version=1.2-rc3
@ -12,7 +11,7 @@ build() {
cd $name-$version
export CFLAGS=$CFLAGS" -fPIC"
./configure --prefix=/usr --mandir=/usr/man
./configure --prefix=/usr
sed -i 's/ sample//g' Makefile
make
make DESTDIR=$PKG install