summaryrefslogtreecommitdiff
path: root/net/beanstalkd
diff options
context:
space:
mode:
authorkhorben <khorben@pkgsrc.org>2021-04-06 23:46:53 +0000
committerkhorben <khorben@pkgsrc.org>2021-04-06 23:46:53 +0000
commit1227a0d759522c9fc7e311881f476169838f57c8 (patch)
tree52bf375cb2d55bd8bee987e2a1148b77696d5c2e /net/beanstalkd
parentd0ce87be8e4576f154fbc454ad801eb4f661c97d (diff)
downloadpkgsrc-1227a0d759522c9fc7e311881f476169838f57c8.tar.gz
beanstalkd: simplify the Makefile
NFCI. Thanks leot@ for the heads up!
Diffstat (limited to 'net/beanstalkd')
-rw-r--r--net/beanstalkd/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/net/beanstalkd/Makefile b/net/beanstalkd/Makefile
index b4a05993cce..bf14cb3cbf1 100644
--- a/net/beanstalkd/Makefile
+++ b/net/beanstalkd/Makefile
@@ -1,10 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2021/03/18 22:54:52 khorben Exp $
+# $NetBSD: Makefile,v 1.2 2021/04/06 23:46:53 khorben Exp $
-DISTNAME= ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
-PKGNAME= ${GITHUB_PROJECT}-1.12
+DISTNAME= beanstalkd-1.12
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=kr/}
-GITHUB_PROJECT= beanstalkd
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org