From dfc01ef3ac8e4d52841a7e40c4764332ac596182 Mon Sep 17 00:00:00 2001 From: dougb Date: Thu, 3 Nov 2005 07:32:12 +0000 Subject: Add a missing EXTRACT_ONLY to differentiate the .asc PGP sig file Reminded by: kris, via pointyhat --- sysutils/shlock/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sysutils/shlock') diff --git a/sysutils/shlock/Makefile b/sysutils/shlock/Makefile index 99bbaab4a816..c03605f0d94a 100644 --- a/sysutils/shlock/Makefile +++ b/sysutils/shlock/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= ${MASTER_SITE_ISC} \ MASTER_SITE_SUBDIR=inn DISTFILES= inn-${PORTVERSION}${EXTRACT_SUFX} \ inn-${PORTVERSION}${EXTRACT_SUFX}.asc +EXTRACT_ONLY= inn-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= DougB@FreeBSD.org COMMENT= Create lock files for use in shell scripts -- cgit