summaryrefslogtreecommitdiff
path: root/sysutils/skill
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2001-02-26 03:43:24 +0000
committerSteve Price <steve@FreeBSD.org>2001-02-26 03:43:24 +0000
commiteb9427f9f8aabdbb5a9dc228e8952154ea31fdac (patch)
tree8ab26074f5de13f180e6405481fa294720d77ac8 /sysutils/skill
parentUpdate to version 0.03.1. (diff)
Don't use the Config script since the correct values are already patched
into the Makefile. PR: 21558 Submitted by: Barry Irwin <bvi@rucus.ru.ac.za> Reviewed by: maintainer
Notes
Notes: svn path=/head/; revision=38732
Diffstat (limited to 'sysutils/skill')
-rw-r--r--sysutils/skill/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/sysutils/skill/Makefile b/sysutils/skill/Makefile
index 8dfd26210951..fcd53338beae 100644
--- a/sysutils/skill/Makefile
+++ b/sysutils/skill/Makefile
@@ -13,13 +13,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= jonny@jonny.eng.br
-HAS_CONFIGURE= yes
-CONFIGURE_SCRIPT= Config
-
MAN1= skill.1
MLINKS= skill.1 snice.1
-pre-configure:
- @${CHMOD} a+x ${WRKSRC}/Config
-
.include <bsd.port.mk>