]> gitweb.michael.orlitzky.com - postfix-logwatch.git/commitdiff
Makefile: remove unused $PKGDIR variable.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 5 Aug 2021 22:13:03 +0000 (18:13 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 5 Aug 2021 22:13:03 +0000 (18:13 -0400)
Makefile

index ccdd35a73b4299d6832aed8ed0a8419c78c94abb..e0a3d2f820c8721b02009c610a99fa140576a2b8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -49,8 +49,6 @@ uninstall-standalone:
 
 uninstall-all: uninstall-logwatch uninstall-standalone
 
-PKGDIR = /tmp/$(program)-package
-
 .PHONY: release
 release:
        vers=`egrep 'Version[ ]*=' $(program) | sed "s/.*'\(.*\)';/\1/"` ; \