aboutsummaryrefslogtreecommitdiff
path: root/editors/psgml/Makefile
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2012-08-04 03:08:11 +0000
committerHiroki Sato <hrs@FreeBSD.org>2012-08-04 03:08:11 +0000
commit7acc8ffb5ce0625b645297b9e18688a252e2d954 (patch)
treed0570870f07c0685f81304f5a9585535ef54dd0b /editors/psgml/Makefile
parent47ebbc6d924942da9e1c09bf5cc493f57fcf788c (diff)
downloadports-7acc8ffb5ce0625b645297b9e18688a252e2d954.tar.gz
ports-7acc8ffb5ce0625b645297b9e18688a252e2d954.zip
Notes
Diffstat (limited to 'editors/psgml/Makefile')
-rw-r--r--editors/psgml/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/editors/psgml/Makefile b/editors/psgml/Makefile
index db27aa86c160..eb5602848782 100644
--- a/editors/psgml/Makefile
+++ b/editors/psgml/Makefile
@@ -7,7 +7,7 @@
PORTNAME= psgml
PORTVERSION= 1.3.2
-PORTREVISION= 16
+PORTREVISION= 17
CATEGORIES= editors elisp
MASTER_SITES= SF/${PORTNAME}/ALPHA%20${PORTNAME}/${PORTVERSION}
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
@@ -28,6 +28,8 @@ CONFIGURE_ARGS= --lispdir=${PSGML_LISPDIR}
CONFIGURE_ENV= EMACS=${EMACS_CMD}
USE_EMACS= yes
+POSTPATCHES= ${FILESDIR}/post-patch-*
+
INFO= psgml psgml-api
PSGML_STARTUPEL= psgml-startup.el
@@ -43,6 +45,9 @@ PLIST_SUB+= XEMACS="@comment " \
NON_XEMACS=""
.endif
+post-patch:
+ cd ${PATCH_WRKSRC} && ${CAT} ${POSTPATCHES} | ${PATCH}
+
post-install:
cd ${WRKSRC} && ${MAKE} install-info
${INSTALL_DATA} ${WRKDIR}/${PSGML_STARTUPEL} \