X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=port%2FMakefile;h=c9a0d7c786519e44c42fc083ed651b8c622a32da;hb=7ba5b19150d5cb54db4f581596fd0013f37ec334;hp=588d7afe1352589388d62cfd41918d232c07f03a;hpb=4c7bb090c5471a2c3dedacfa1777e6fb9185a3fe;p=spectrwm.git diff --git a/port/Makefile b/port/Makefile index 588d7af..c9a0d7c 100644 --- a/port/Makefile +++ b/port/Makefile @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tgz CATEGORIES= x11 HOMEPAGE= http://www.scrotwm.org/ -MAINTAINER= Pierre-Yves Ritschard +MAINTAINER= Marco Peereboom # BSD PERMIT_PACKAGE_CDROM= Yes @@ -33,10 +33,14 @@ pre-configure: @${SUBST_CMD} ${WRKSRC}/scrotwm.conf ${WRKSRC}/scrotwm.c post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/scrotwm ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/scrotwm - ${INSTALL_SCRIPT} ${WRKSRC}/baraction.sh ${PREFIX}/share/scrotwm - ${INSTALL_SCRIPT} ${WRKSRC}/screenshot.sh ${PREFIX}/share/scrotwm + ${INSTALL_SCRIPT} ${WRKSRC}/baraction.sh ${PREFIX}/share/examples/scrotwm + ${INSTALL_SCRIPT} ${WRKSRC}/initscreen.sh ${PREFIX}/share/examples/scrotwm + ${INSTALL_SCRIPT} ${WRKSRC}/screenshot.sh ${PREFIX}/share/examples/scrotwm ${INSTALL_DATA} ${WRKSRC}/scrotwm.conf ${PREFIX}/share/examples/scrotwm +.for i in es it ru + ${INSTALL_DATA_DIR} ${PREFIX}/man/$i/cat1 + mv ${PREFIX}/man/cat1/scrotwm_$i.0 ${PREFIX}/man/$i/cat1/scrotwm.0 +.endfor .include