diff options
author | pav <pav@FreeBSD.org> | 2009-01-11 01:34:09 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-11 01:34:09 +0800 |
commit | 4af9c4c0887796620be536d26dfa79e889f4e799 (patch) | |
tree | 2d30c3f9ae995f5fb2ba84928715949be38243ca /editors | |
parent | f412680366ab05b3917fc3b6a84fbc78b8a278aa (diff) | |
download | freebsd-ports-gnome-4af9c4c0887796620be536d26dfa79e889f4e799.tar.gz freebsd-ports-gnome-4af9c4c0887796620be536d26dfa79e889f4e799.tar.zst freebsd-ports-gnome-4af9c4c0887796620be536d26dfa79e889f4e799.zip |
- These targets run on single-colon oil
Reported by: Lowell Gilbert <freebsd-ports-local@be-well.ilk.org> on freebsd-gnome
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs/Makefile | 8 |
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 |