diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2009-02-23 18:04:37 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2009-02-23 18:04:37 +0000 |
commit | a3a55a23134c3bc9acb75550f53d18a25a798b7d (patch) | |
tree | 6ebd21fdcd70f76a85aa9940be9d4ef1fb6467c3 /graphics/libboard | |
parent | ab6a0fd8c30137f23ae743a6385cbe11a67c4141 (diff) |
Fix plist.
Reported by: QAT
Notes
Notes:
svn path=/head/; revision=228930
Diffstat (limited to 'graphics/libboard')
-rw-r--r-- | graphics/libboard/Makefile | 1 | ||||
-rw-r--r-- | graphics/libboard/files/patch-configure | 13 |
2 files changed, 13 insertions, 1 deletions
diff --git a/graphics/libboard/Makefile b/graphics/libboard/Makefile index 5b2617e9e813..847a38b629f2 100644 --- a/graphics/libboard/Makefile +++ b/graphics/libboard/Makefile @@ -7,6 +7,7 @@ PORTNAME= libboard DISTVERSION= 0.8.6b-2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF diff --git a/graphics/libboard/files/patch-configure b/graphics/libboard/files/patch-configure index 3cd709dea6e7..d0934c80510e 100644 --- a/graphics/libboard/files/patch-configure +++ b/graphics/libboard/files/patch-configure @@ -1,5 +1,5 @@ --- 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 @@ ## ## Are we on a 64 bits arch @@ -41,3 +41,14 @@ 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 + |