From 1b227f120af4cd2c84dc4303e29a0664acf8de42 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Fri, 8 Nov 2013 12:14:43 +0000 Subject: support STAGEDIR. --- sysutils/autopsy/Makefile | 18 ++++++++---------- sysutils/autopsy/pkg-plist | 43 ++++++++++++++++++++++--------------------- 2 files changed, 30 insertions(+), 31 deletions(-) (limited to 'sysutils/autopsy') diff --git a/sysutils/autopsy/Makefile b/sysutils/autopsy/Makefile index 0f460209fc49..a3996e84b67c 100644 --- a/sysutils/autopsy/Makefile +++ b/sysutils/autopsy/Makefile @@ -20,20 +20,18 @@ IS_INTERACTIVE= yes WEB= pict/* WEBHELP= help/* PERLBITS= lib/*.pm lib/*.pl conf.pl -MAN1= autopsy.1 -NO_STAGE= yes pre-configure: @${REINPLACE_CMD} -e 's,lib/,,' ${WRKSRC}/base/autopsy.base do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/autopsy ${PREFIX}/bin - @${MKDIR} ${PREFIX}/lib/autopsy - cd ${WRKSRC} && ${INSTALL_DATA} ${PERLBITS} ${PREFIX}/lib/autopsy - cd ${WRKSRC}/man/man1 && ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1 - @${MKDIR} ${PREFIX}/share/autopsy/pict - @${MKDIR} ${PREFIX}/share/autopsy/help - cd ${WRKSRC} && ${INSTALL_DATA} ${WEB} ${PREFIX}/share/autopsy/pict - cd ${WRKSRC} && ${INSTALL_DATA} ${WEBHELP} ${PREFIX}/share/autopsy/help + ${INSTALL_SCRIPT} ${WRKSRC}/autopsy ${STAGEDIR}${PREFIX}/bin + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/autopsy + cd ${WRKSRC} && ${INSTALL_DATA} ${PERLBITS} ${STAGEDIR}${PREFIX}/lib/autopsy + cd ${WRKSRC}/man/man1 && ${INSTALL_MAN} ${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1 + @${MKDIR} ${STAGEDIR}${PREFIX}/share/autopsy/pict + @${MKDIR} ${STAGEDIR}${PREFIX}/share/autopsy/help + cd ${WRKSRC} && ${INSTALL_DATA} ${WEB} ${STAGEDIR}${PREFIX}/share/autopsy/pict + cd ${WRKSRC} && ${INSTALL_DATA} ${WEBHELP} ${STAGEDIR}${PREFIX}/share/autopsy/help .include diff --git a/sysutils/autopsy/pkg-plist b/sysutils/autopsy/pkg-plist index c2b9a3a9876f..2ee7c3ef8d2d 100644 --- a/sysutils/autopsy/pkg-plist +++ b/sysutils/autopsy/pkg-plist @@ -20,7 +20,26 @@ lib/autopsy/Vs.pm lib/autopsy/conf.pl lib/autopsy/define.pl lib/autopsy/search.pl -@dirrm lib/autopsy +man/man1/autopsy.1.gz +%%DATADIR%%/help/blank.html +%%DATADIR%%/help/caseman.html +%%DATADIR%%/help/data_mode.html +%%DATADIR%%/help/file_category.html +%%DATADIR%%/help/file_mode.html +%%DATADIR%%/help/fs_mode.html +%%DATADIR%%/help/general.html +%%DATADIR%%/help/grep.html +%%DATADIR%%/help/grep_lim.html +%%DATADIR%%/help/hash_db.html +%%DATADIR%%/help/index.html +%%DATADIR%%/help/int_mode.html +%%DATADIR%%/help/menu.html +%%DATADIR%%/help/meta_mode.html +%%DATADIR%%/help/sequencer.html +%%DATADIR%%/help/srch_mode.html +%%DATADIR%%/help/temp.html +%%DATADIR%%/help/timezones.html +%%DATADIR%%/help/tl.html %%DATADIR%%/pict/back_pix.jpg %%DATADIR%%/pict/but_addnote.jpg %%DATADIR%%/pict/but_alloc_list.jpg @@ -126,7 +145,6 @@ lib/autopsy/search.pl %%DATADIR%%/pict/menu_t_cg_cur.jpg %%DATADIR%%/pict/menu_t_cg_link.jpg %%DATADIR%%/pict/menu_t_cg_org.jpg -%%DATADIR%%/pict/sanit_b_san.jpg %%DATADIR%%/pict/menu_t_hg_cur.jpg %%DATADIR%%/pict/menu_t_hg_link.jpg %%DATADIR%%/pict/menu_t_hg_org.jpg @@ -134,6 +152,7 @@ lib/autopsy/search.pl %%DATADIR%%/pict/menu_t_hm_link.jpg %%DATADIR%%/pict/menu_t_hm_org.jpg %%DATADIR%%/pict/sanit_b_norm.jpg +%%DATADIR%%/pict/sanit_b_san.jpg %%DATADIR%%/pict/sanitized.jpg %%DATADIR%%/pict/srch_b_lorig.jpg %%DATADIR%%/pict/srch_b_lun.jpg @@ -149,25 +168,7 @@ lib/autopsy/search.pl %%DATADIR%%/pict/tl_t_tl_link.jpg %%DATADIR%%/pict/tl_t_view_cur.jpg %%DATADIR%%/pict/tl_t_view_link.jpg -%%DATADIR%%/help/blank.html -%%DATADIR%%/help/caseman.html -%%DATADIR%%/help/data_mode.html -%%DATADIR%%/help/file_category.html -%%DATADIR%%/help/file_mode.html -%%DATADIR%%/help/fs_mode.html -%%DATADIR%%/help/general.html -%%DATADIR%%/help/grep.html -%%DATADIR%%/help/grep_lim.html -%%DATADIR%%/help/hash_db.html -%%DATADIR%%/help/index.html -%%DATADIR%%/help/int_mode.html -%%DATADIR%%/help/menu.html -%%DATADIR%%/help/meta_mode.html -%%DATADIR%%/help/sequencer.html -%%DATADIR%%/help/srch_mode.html -%%DATADIR%%/help/temp.html -%%DATADIR%%/help/timezones.html -%%DATADIR%%/help/tl.html @dirrm %%DATADIR%%/pict @dirrm %%DATADIR%%/help @dirrm %%DATADIR%% +@dirrm lib/autopsy -- cgit v1.2.3