forked from ports/contrib
fortune: corrected mandir
This commit is contained in:
parent
c3e7733b0d
commit
5094f7862e
@ -1,9 +1,6 @@
|
|||||||
drwxr-xr-x root/root usr/
|
drwxr-xr-x root/root usr/
|
||||||
drwxr-xr-x root/root usr/bin/
|
drwxr-xr-x root/root usr/bin/
|
||||||
-rwxr-xr-x root/root usr/bin/fortune
|
-rwxr-xr-x root/root usr/bin/fortune
|
||||||
drwxr-xr-x root/root usr/man/
|
|
||||||
drwxr-xr-x root/root usr/man/man6/
|
|
||||||
-rw-r--r-- root/root usr/man/man6/fortune.6.gz
|
|
||||||
drwxr-xr-x root/root usr/share/
|
drwxr-xr-x root/root usr/share/
|
||||||
drwxr-xr-x root/root usr/share/games/
|
drwxr-xr-x root/root usr/share/games/
|
||||||
drwxr-xr-x root/root usr/share/games/fortunes/
|
drwxr-xr-x root/root usr/share/games/fortunes/
|
||||||
@ -12,3 +9,6 @@ drwxr-xr-x root/root usr/share/games/fortunes/
|
|||||||
-rw-r--r-- root/root usr/share/games/fortunes/fortune
|
-rw-r--r-- root/root usr/share/games/fortunes/fortune
|
||||||
-rw-r--r-- root/root usr/share/games/fortunes/kernelcookies
|
-rw-r--r-- root/root usr/share/games/fortunes/kernelcookies
|
||||||
-rw-r--r-- root/root usr/share/games/fortunes/prog-style
|
-rw-r--r-- root/root usr/share/games/fortunes/prog-style
|
||||||
|
drwxr-xr-x root/root usr/share/man/
|
||||||
|
drwxr-xr-x root/root usr/share/man/man6/
|
||||||
|
-rw-r--r-- root/root usr/share/man/man6/fortune.6.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
untrusted comment: verify with /etc/ports/contrib.pub
|
untrusted comment: verify with /etc/ports/contrib.pub
|
||||||
RWSagIOpLGJF30veRQz1tlk0apER5MEsfsjM6yIggGQCm/644JB+Mso8s+5xfgvVDborWxr5/x+Fugl16ByIUo3bgRfuo6Vv5gU=
|
RWSagIOpLGJF3/PV+xFcu/dFAnVrERhkDNX4e4uXnUPQe9TxsCC+BKYqDoTNoLtLL/OXbuAbfarz7Do65wUzz779ErBU6ICdQAc=
|
||||||
SHA256 (Pkgfile) = 1ac61c1d24daff6f51afeeb87c06fe201c9cd09c3aa39ab265828e6cfaee8b02
|
SHA256 (Pkgfile) = 1da6860f1e7ad8580361fac0b17249e530e98f5bff1dc175e652e3e4f20b411f
|
||||||
SHA256 (.footprint) = 1822e3cbcd90c5d5afc64e7b2d37d81f8735fdf9156ef843c524aa257db053ad
|
SHA256 (.footprint) = 74efba3e043d0fe7c3bfd010a393d41a17661c4232396d6926f82f8c004af3cb
|
||||||
SHA256 (fortune-0.2.tar.gz) = 17b1ae743873502ed318b8e2f690f33615e48e16cf186c8b390c9c521557ba20
|
SHA256 (fortune-0.2.tar.gz) = 17b1ae743873502ed318b8e2f690f33615e48e16cf186c8b390c9c521557ba20
|
||||||
SHA256 (fortune-0.2.patch) = 421504218b1562e4ab354a6a540f614c7f1eedb6a8d2156ca37bfc369f3406c6
|
SHA256 (fortune-0.2.patch) = 421504218b1562e4ab354a6a540f614c7f1eedb6a8d2156ca37bfc369f3406c6
|
||||||
SHA256 (fortune_big.zip) = 08923149ea937304f146aa0db4a5b3bea73ebee13ef0715400ed879f0f8ae0e3
|
SHA256 (fortune_big.zip) = 08923149ea937304f146aa0db4a5b3bea73ebee13ef0715400ed879f0f8ae0e3
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
name=fortune
|
name=fortune
|
||||||
version=0.2
|
version=0.2
|
||||||
release=5
|
release=6
|
||||||
source=(http://www.ibiblio.org/pub/Linux/games/amusements/$name/$name-$version.tar.gz \
|
source=(http://www.ibiblio.org/pub/Linux/games/amusements/$name/$name-$version.tar.gz \
|
||||||
$name-$version.patch \
|
$name-$version.patch \
|
||||||
http://crux.nu/~tek/fortune_big.zip \
|
http://crux.nu/~tek/fortune_big.zip \
|
||||||
@ -21,10 +21,10 @@ build(){
|
|||||||
patch -p1 < ../$name-$version.patch
|
patch -p1 < ../$name-$version.patch
|
||||||
make
|
make
|
||||||
|
|
||||||
mkdir -p $PKG/usr/{bin,man/man6,share/games/fortunes}
|
mkdir -p $PKG/usr/{bin,share/man/man6,share/games/fortunes}
|
||||||
|
|
||||||
install -m 755 $name $PKG/usr/bin/$name
|
install -m 755 $name $PKG/usr/bin/$name
|
||||||
install -m 644 debian/$name.6 $PKG/usr/man/man6/
|
install -m 644 debian/$name.6 $PKG/usr/share/man/man6/
|
||||||
|
|
||||||
cd $SRC
|
cd $SRC
|
||||||
for cookie in */prog-style */discworld */chalkboard */kernelcookies fortune
|
for cookie in */prog-style */discworld */chalkboard */kernelcookies fortune
|
||||||
|
Loading…
x
Reference in New Issue
Block a user