View | Details | Raw Unified | Return to bug 142556
Collapse All | Expand All

(-)Makefile (-1 / +2 lines)
Lines 23-28 Link Here
23
23
24
USE_RUBY=	yes
24
USE_RUBY=	yes
25
RUBY_SHEBANG_FILES=	ruby_photo.rb
25
RUBY_SHEBANG_FILES=	ruby_photo.rb
26
SUB_FILES=	pkg-message
26
27
27
do-install:
28
do-install:
28
	${INSTALL_SCRIPT} ${WRKSRC}/abspath.rb ${RUBY_SITELIBDIR}
29
	${INSTALL_SCRIPT} ${WRKSRC}/abspath.rb ${RUBY_SITELIBDIR}
Lines 57-62 Link Here
57
	${INSTALL_DATA} ${WRKSRC}/xml-generators/* ${DATADIR}/xml-generators
58
	${INSTALL_DATA} ${WRKSRC}/xml-generators/* ${DATADIR}/xml-generators
58
59
59
post-install:
60
post-install:
60
	@${SED} -e "s#%%DATADIR%%#${DATADIR}#" ${PKGMESSAGE}
61
	@${CAT} ${PKGMESSAGE}
61
62
62
.include <bsd.port.mk>
63
.include <bsd.port.mk>
(-)pkg-message (-12 lines)
Removed Link Here
1
---------------------------------------------------------
2
* Copy %%DATADIR%%/templates/* to
3
  ~/.rubyphoto-templates.
4
* Copy %%DATADIR%%/sample_input/config.xml
5
  to ~/.rubyphoto-conf and edit it if you wish to deviate
6
  from the default settings.
7
* Copy rubyphoto.css and the granitesm_*.gif icons from
8
  %%DATADIR%%/sample_input/ to your
9
  top-level photo directory. In this directory, create
10
  a file called .rubyphoto-ignore which contains 
11
  granitesm_*.gif.
12
---------------------------------------------------------
(-)files/pkg-message.in (+12 lines)
Added Link Here
1
---------------------------------------------------------
2
* Copy %%DATADIR%%/templates/* to
3
  ~/.rubyphoto-templates.
4
* Copy %%DATADIR%%/sample_input/config.xml
5
  to ~/.rubyphoto-conf and edit it if you wish to deviate
6
  from the default settings.
7
* Copy rubyphoto.css and the granitesm_*.gif icons from
8
  %%DATADIR%%/sample_input/ to your
9
  top-level photo directory. In this directory, create
10
  a file called .rubyphoto-ignore which contains 
11
  granitesm_*.gif.
12
---------------------------------------------------------

Return to bug 142556