diff options
Diffstat (limited to 'textproc/xml-parse.el/Makefile')
-rw-r--r-- | textproc/xml-parse.el/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/xml-parse.el/Makefile b/textproc/xml-parse.el/Makefile index 89cc2a7d3d31..224f1d7c7549 100644 --- a/textproc/xml-parse.el/Makefile +++ b/textproc/xml-parse.el/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xml-parse.el -# Date created: March 09 2005 -# Whom: Dryice Liu <dryice@liu.com.cn> -# +# Created by: Dryice Liu <dryice@liu.com.cn> # $FreeBSD$ -# PORTNAME= xml-parse.el PORTVERSION= 1.5 @@ -28,6 +24,7 @@ PORTNAMESUFFIX= ${PKGNAMESUFFIX} NO_BUILD= yes +NO_STAGE= yes do-install: ${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${PREFIX}/${EMACS_SITE_LISPDIR} |