[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / editors / emacs

Annotation of pkgsrc/editors/emacs/Makefile, Revision 1.153

1.153   ! tron        1: # $NetBSD: Makefile,v 1.152 2012/12/22 10:34:20 tron Exp $
1.1       hubertf     2:
1.86      markd       3: CONFLICTS+=    emacs-nox11-[0-9]*
1.107     jlam        4:
1.123     minskim     5: .include "../../editors/emacs/Makefile.common"
1.152     tron        6: PKGREVISION=   10
1.78      wiz         7:
1.104     markd       8: .include "options.mk"
1.54      uebayasi    9:
1.132     obache     10: SUBST_CLASSES+=                prefix
                     11: SUBST_STAGE.prefix=    pre-configure
                     12: SUBST_VARS.prefix=     PREFIX
                     13: SUBST_FILES.prefix=    src/s/netbsd.h
                     14:
1.152     tron       15: # Replace manual page which only includes another one with a symbolic link
                     16: # if manual compression is activated. The manual page won't work otherwise.
1.153   ! tron       17: .if defined(MANZ)
1.152     tron       18: post-install:
                     19:        ${RM} -f ${DESTDIR}${PREFIX}/man/man1/ctags.1
                     20:        ${LN} -s etags.1 ${DESTDIR}${PREFIX}/man/man1/ctags.1
                     21: .endif
                     22:
1.123     minskim    23: .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
                     24: .include "../../sysutils/desktop-file-utils/desktopdb.mk"
1.13      agc        25: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>