summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2009-08-30 12:18:25 +0200
committerFlorian Franzmann2009-08-30 12:18:25 +0200
commitf2e7e2b6e7419265355638f82f1a78eade0159e5 (patch)
tree9a55cb8445216d5898f3356606484efbbc8a8996
parent356d26ac7be1bfca7a5fbdc3f85c7f29da55c945 (diff)
graphics/netpbm: fixed name of configuration file
-rwxr-xr-xgraphics/netpbm/BUILD2
-rw-r--r--graphics/netpbm/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/graphics/netpbm/BUILD b/graphics/netpbm/BUILD
index 6a8c49781c..cd7a8b7fbc 100755
--- a/graphics/netpbm/BUILD
+++ b/graphics/netpbm/BUILD
@@ -1,7 +1,7 @@
if [[ "${NETPBM_SVN}" == 'y' ]]; then
CONFIGFILE=config.mk
else
- CONFIGFILE=Makefile.conf
+ CONFIGFILE=Makefile.config
fi &&
cp ${CONFIGFILE}.in $CONFIGFILE &&
cat >> $CONFIGFILE << EOF
diff --git a/graphics/netpbm/HISTORY b/graphics/netpbm/HISTORY
index ff60e2dd2f..f6c527f051 100644
--- a/graphics/netpbm/HISTORY
+++ b/graphics/netpbm/HISTORY
@@ -1,3 +1,6 @@
+2009-08-30 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * BUILD: fixed name of configuration file
+
2009-08-14 Arjan Bouter <abouter@sourcemage.org>
* PRE_BUILD, BUILD: fixed building svn releases