BINDIR := @bindir@
VARDIR := /var/paraslash
MANDIR := @datarootdir@/man/man1
+PACKAGE_TARNAME := @PACKAGE_TARNAME@
PACKAGE_VERSION := @PACKAGE_VERSION@
INSTALL := @install@
STRIP := $(CROSS_COMPILE)strip
man_pages := $(patsubst %, $(man_dir)/%.1, $(prefixed_executables))
autocrap := config.h.in configure
-tarball_pfx := @PACKAGE_TARNAME@-$(PACKAGE_VERSION)
+tarball_pfx := $(PACKAGE_TARNAME)-$(PACKAGE_VERSION)
tarball_delete := $(addprefix $(tarball_pfx)/,\
web .changelog_before_cvs .changelog_cvs .gitignore)
-tarball := @PACKAGE_TARNAME@-$(PACKAGE_VERSION).tar.bz2
+tarball := $(tarball_pfx).tar.bz2
# To put more focus on warnings, be less verbose as default
# Use 'make V=1' to see the full commands