diff options
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/config.make.in | 1 | ||||
-rw-r--r-- | pkg/osx/GNUmakefile | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/pkg/config.make.in b/pkg/config.make.in index b8a1dbe5..dc2d2888 100644 --- a/pkg/config.make.in +++ b/pkg/config.make.in @@ -22,6 +22,7 @@ PACKAGE_VERSION = @PACKAGE_VERSION@ DOC_FILES = README \ COPYING \ ChangeLog \ + INSTALL \ NEWS \ BUGS \ CMDLINE \ diff --git a/pkg/osx/GNUmakefile b/pkg/osx/GNUmakefile index a0f6151f..aa31daf4 100644 --- a/pkg/osx/GNUmakefile +++ b/pkg/osx/GNUmakefile @@ -6,6 +6,10 @@ include ../config.make +# Build so that the package will work on older versions. + +export MACOSX_DEPLOYMENT_TARGET=10.4 + STAGING_DIR=staging DMG=$(PACKAGE_TARNAME)-$(PACKAGE_VERSION).dmg |