mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Fix copyrights in various recipes. No functional change intended.
This commit is contained in:
@@ -3,8 +3,8 @@ GPP is a general-purpose preprocessor with customizable syntax, suitable for a \
|
||||
wide range of preprocessing tasks. Its independence from any programming \
|
||||
language makes it much more versatile than cpp, while its syntax is lighter \
|
||||
and more flexible than that of m4.
|
||||
"
|
||||
HOMEPAGE="http://files.nothingisreal.com/software/gpp/gpp.html"
|
||||
"
|
||||
HOMEPAGE="http://files.nothingisreal.com/software/gpp/gpp.html"
|
||||
SRC_URI="http://files.nothingisreal.com/software/gpp/gpp-2.24.tar.bz2"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
@@ -17,7 +17,7 @@ BUILD()
|
||||
aclocal
|
||||
automake --add-missing -Wnone
|
||||
autoconf
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
@@ -28,4 +28,5 @@ INSTALL()
|
||||
}
|
||||
|
||||
LICENSE="GPP"
|
||||
COPYRIGHT="Copyright 1996–2001 Denis Auroux. Copyright 2003, 2004 Tristan Miller."
|
||||
COPYRIGHT="1996–2001 Denis Auroux
|
||||
2003-2004 Tristan Miller"
|
||||
|
||||
Reference in New Issue
Block a user