diff options
Diffstat (limited to 'misc/table.el/Makefile')
-rw-r--r-- | misc/table.el/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/table.el/Makefile b/misc/table.el/Makefile index 744ffb3ed5a2..b9a32eb99970 100644 --- a/misc/table.el/Makefile +++ b/misc/table.el/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: table.el -# Date created: Sun Aug 20 14:17:25 MSD 2006 -# Whom: Denis Shaposhnikov <dsh@vlink.ru> -# +# Created by: Denis Shaposhnikov <dsh@vlink.ru> # $FreeBSD$ -# PORTNAME= table.el PORTVERSION= 1.5.54 @@ -21,6 +17,7 @@ NO_WRKSUBDIR= yes EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp +NO_STAGE= yes do-extract: ${MKDIR} ${WRKDIR} ${GUNZIP_CMD} -c ${DISTDIR}/${DISTNAME} > ${WRKDIR}/${PORTNAME} |