aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-rw-r--r--security/openssh-askpass/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssh-askpass/Makefile b/security/openssh-askpass/Makefile
index 305dc2e288ca..3b43dd20e3bb 100644
--- a/security/openssh-askpass/Makefile
+++ b/security/openssh-askpass/Makefile
@@ -23,8 +23,8 @@ MANCOMPRESSED= yes
makesrctarball: fetch
@cd ${DISTDIR}; \
${ECHO_MSG} ">> Creating source tarball in ${DISTDIR}"; \
- ${ECHO_MSG} ">> \"${PKGNAME}.tar.gz\"."; \
- ${TAR} cfz ${PKGNAME}.tar.gz ${PKGNAME}
+ ${ECHO_MSG} ">> \"${DISTNAME}.tar.gz\"."; \
+ ${TAR} cfz ${DISTNAME}.tar.gz ${DISTNAME}
pre-install:
${MKDIR} ${PREFIX}/share/doc/ssh-askpass