mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Fix plist.
Reported by: QAT
This commit is contained in:
parent
ab6a0fd8c3
commit
a3a55a2313
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228930
2 changed files with 13 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= libboard
|
PORTNAME= libboard
|
||||||
DISTVERSION= 0.8.6b-2
|
DISTVERSION= 0.8.6b-2
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- configure.orig 2009-02-02 12:12:55.000000000 +0100
|
--- configure.orig 2009-02-02 12:12:55.000000000 +0100
|
||||||
+++ configure 2009-02-06 10:28:55.000000000 +0100
|
+++ configure 2009-02-23 18:56:43.000000000 +0100
|
||||||
@@ -109,23 +109,23 @@
|
@@ -109,23 +109,23 @@
|
||||||
##
|
##
|
||||||
## Are we on a 64 bits arch
|
## Are we on a 64 bits arch
|
||||||
|
@ -41,3 +41,14 @@
|
||||||
|
|
||||||
cat > Makefile <<EOF
|
cat > Makefile <<EOF
|
||||||
|
|
||||||
|
@@ -204,10 +204,6 @@
|
||||||
|
cp include/board/*.h \$(PREFIX)/include/board
|
||||||
|
chmod 644 \$(PREFIX)/include/Board.h
|
||||||
|
chmod 644 \$(PREFIX)/include/board/*.h
|
||||||
|
- install -d \$(PREFIX)/share/libboard/examples
|
||||||
|
- cp examples/*.cpp \$(PREFIX)/share/libboard/examples
|
||||||
|
- cp examples/README \$(PREFIX)/share/libboard/examples
|
||||||
|
- cp ${LICENSE} \$(PREFIX)/share/libboard/
|
||||||
|
|
||||||
|
doc: doc/html/index.html
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue