summaryrefslogtreecommitdiff
path: root/cad/verilog-mode.el/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-04-29 08:57:12 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-04-29 08:57:12 +0000
commit5271da855f0c5946ff1f3aa58fbe806871df2f87 (patch)
tree526d65e6697f1e03c06ab0d0f901688aa2c4e18d /cad/verilog-mode.el/Makefile
parentUpdate to 2.035. (diff)
Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
Diffstat (limited to 'cad/verilog-mode.el/Makefile')
-rw-r--r--cad/verilog-mode.el/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/cad/verilog-mode.el/Makefile b/cad/verilog-mode.el/Makefile
index 07c6d8c9265b..1f5810760781 100644
--- a/cad/verilog-mode.el/Makefile
+++ b/cad/verilog-mode.el/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: verilog-mode.el
-# Date created: 12 January 2009
-# Whom: stas
-#
+# Created by: stas
# $FreeBSD$
-#
PORTNAME= verilog-mode.el
PORTVERSION= 801
@@ -18,6 +14,8 @@ COMMENT= Emacs lisp modules for the Verilog language
LICENSE= GPLv3 # (or later)
+EXTRACT_CMD= ${GZCAT}
+EXTRACT_BEFORE_ARGS= #
EXTRACT_AFTER_ARGS= > ${PORTNAME}
NO_WRKSUBDIR= yes