diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-28 16:07:37 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-28 16:07:37 +0000 |
commit | bf281fd8d64825cfbab6a298909a251902a336f4 (patch) | |
tree | 76a3810670bbb0538111d77a8f6ab7606b153474 /textproc | |
parent | 4e67d3164c568289c54e1ba330e97d101b81373c (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/htmlize.el/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/htmlize.el/Makefile b/textproc/htmlize.el/Makefile index 75d034822846..7df7a4bf70f6 100644 --- a/textproc/htmlize.el/Makefile +++ b/textproc/htmlize.el/Makefile @@ -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@FreeBSD.org COMMENT= Emacs major mode to create HTML files from Emacs buffers (in colour!) @@ -25,14 +25,10 @@ PLIST_FILES= ${EMACS_SITE_LISPDIR}/htmlize.el \ 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> |