aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/less/Makefile
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2007-01-30 03:05:07 +0800
committergabor <gabor@FreeBSD.org>2007-01-30 03:05:07 +0800
commitd8aef9fbb4c7f9e8f74b0e7505f599dc03732c7c (patch)
tree265fe7c13ce89af9631eeaa5fe6bec4e05d292ae /sysutils/less/Makefile
parent1f6dd6334f485c4249428d52a0f802611c74d385 (diff)
downloadfreebsd-ports-gnome-d8aef9fbb4c7f9e8f74b0e7505f599dc03732c7c.tar.gz
freebsd-ports-gnome-d8aef9fbb4c7f9e8f74b0e7505f599dc03732c7c.tar.zst
freebsd-ports-gnome-d8aef9fbb4c7f9e8f74b0e7505f599dc03732c7c.zip
Remove USE_GPG from all effected ports. This knob is a no-op and the way it
was supposed to work is useless, because if we can't trust the distfile from the remote machine, we can't trust the signature from the same machine either. Our MD5 and SHA256 are good for checking both the sanity and the trustiness of distfiles. Approved by: portmgr (erwin), erwin (mentor)
Diffstat (limited to 'sysutils/less/Makefile')
-rw-r--r--sysutils/less/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/sysutils/less/Makefile b/sysutils/less/Makefile
index 34a9d5d8b92f..5a92c03eb1ef 100644
--- a/sysutils/less/Makefile
+++ b/sysutils/less/Makefile
@@ -11,15 +11,10 @@ CATEGORIES= sysutils
MASTER_SITES= http://www.greenwoodsoftware.com/%SUBDIR%/ \
${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= less
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig
-EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= jharris@widomaker.com
COMMENT= A better pager utility
-USE_GPG?= yes
-SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.sig
-
PLIST_FILES= bin/less bin/lesskey bin/lessecho
.include <bsd.port.pre.mk>