aboutsummaryrefslogtreecommitdiff
path: root/editors/xemacs
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-10 17:34:09 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-10 17:34:09 +0000
commitf98d50ff396ff2dc262cdf037f597ce15a3de1e1 (patch)
treeab0c7a0a557db94de0c365dbf82df8ab8b89d712 /editors/xemacs
parent7648dfd84c0456834cf2648d7c50dd0aab7d2d90 (diff)
downloadports-f98d50ff396ff2dc262cdf037f597ce15a3de1e1.tar.gz
ports-f98d50ff396ff2dc262cdf037f597ce15a3de1e1.zip
- These targets run on single-colon oil
Reported by: Lowell Gilbert <freebsd-ports-local@be-well.ilk.org> on freebsd-gnome
Notes
Notes: svn path=/head/; revision=225663
Diffstat (limited to 'editors/xemacs')
-rw-r--r--editors/xemacs/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile
index aae6033e9c86..417cb7eca701 100644
--- a/editors/xemacs/Makefile
+++ b/editors/xemacs/Makefile
@@ -119,7 +119,7 @@ PLIST_SUB+= DESKTOP=""
PLIST_SUB+= DESKTOP="@comment "
.endif
-post-extract::
+post-extract:
@${SED} -e 's|@XEMACS_ICON@|${LOCALBASE}/lib/xemacs-${XEMACS_VER}/etc/xemacs-icon.xpm|' \
<${FILESDIR}/xemacs.desktop.in >${WRKDIR}/xemacs.desktop
@@ -138,7 +138,7 @@ pre-patch:
@${ECHO_MSG} "want to use X11."
.endif
-post-patch::
+post-patch:
@${REINPLACE_CMD} -e 's,@mandir@,@mandir@/man1,' \
${WRKSRC}/Makefile.in.in
@@ -150,13 +150,13 @@ WITH_OFFIX?= --with-offix=no
.endif
# fix .so references in a few man pages
-pre-configure::
+pre-configure:
.for f in etc/ctags.1 etc/gnuattach.1 etc/gnuclient.1 etc/gnudoit.1
@${SED} -e 's/\.1/&.gz/' ${WRKSRC}/${f} > ${WRKDIR}/tmp_zot
@${MV} ${WRKDIR}/tmp_zot ${WRKSRC}/${f}
.endfor
-post-install::
+post-install:
.for f in b2m ctags ellcc etags gnuclient xemacs-${XEMACS_VER}
${STRIP_CMD} ${PREFIX}/bin/${f}
.endfor