svn commit: r341615 - head/textproc/htmlize.el

Mathieu Arnold mat at FreeBSD.org
Tue Jan 28 16:07:38 UTC 2014


Author: mat
Date: Tue Jan 28 16:07:37 2014
New Revision: 341615
URL: http://svnweb.freebsd.org/changeset/ports/341615
QAT: https://qat.redports.org/buildarchive/r341615/

Log:
  Support staging.
  
  Sponsored by:	Absolight

Modified:
  head/textproc/htmlize.el/Makefile

Modified: head/textproc/htmlize.el/Makefile
==============================================================================
--- head/textproc/htmlize.el/Makefile	Tue Jan 28 16:01:40 2014	(r341614)
+++ head/textproc/htmlize.el/Makefile	Tue Jan 28 16:07:37 2014	(r341615)
@@ -7,8 +7,8 @@ PORTREVISION=	1
 CATEGORIES=	textproc elisp
 MASTER_SITES=	http://fly.srk.fer.hr/~hniksic/emacs/
 DISTNAME=	${PORTNAME}.cgi
-DIST_SUBDIR=	repacked
 EXTRACT_SUFX=
+DIST_SUBDIR=	repacked
 
 MAINTAINER=	dryice at FreeBSD.org
 COMMENT=	Emacs major mode to create HTML files from Emacs buffers (in colour!)
@@ -25,14 +25,10 @@ PLIST_FILES=	${EMACS_SITE_LISPDIR}/htmli
 
 LISPDIR=	${PREFIX}/${EMACS_SITE_LISPDIR}
 
-NO_STAGE=	yes
 do-build:
 	cd ${WRKSRC}; ${EMACS_CMD} -batch -q -f batch-byte-compile htmlize.el
 
 do-install:
-	${INSTALL_DATA} ${WRKSRC}/htmlize.* ${LISPDIR}
-
-post-install:
-	@${CAT} ${PKGMESSAGE}
+	${INSTALL_DATA} ${WRKSRC}/htmlize.* ${STAGEDIR}${LISPDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list