aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-08 14:48:19 +0800
committerkris <kris@FreeBSD.org>2004-02-08 14:48:19 +0800
commit6c48fa6a4decca8acbaa4f18629bfc55a10281ab (patch)
tree81d5fddd3ac4756e171d6be8319acb4419723f1f /security
parent2c07ab148e1b7807d4720b723c2f7022bc3913ef (diff)
downloadfreebsd-ports-gnome-6c48fa6a4decca8acbaa4f18629bfc55a10281ab.tar.gz
freebsd-ports-gnome-6c48fa6a4decca8acbaa4f18629bfc55a10281ab.tar.zst
freebsd-ports-gnome-6c48fa6a4decca8acbaa4f18629bfc55a10281ab.zip
s/PKGNAME/DISTNAME/ in auxilliary helper target
Submitted by: marcus
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