summaryrefslogtreecommitdiff
path: root/devel/roundup
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-02-14 15:43:39 +0000
committergrant <grant@pkgsrc.org>2003-02-14 15:43:39 +0000
commit8d451d2985765e17c50a089de0ecda7af5f2606d (patch)
tree648c7d455b0834e2c5bfcf5971d3a69012b3cb2d /devel/roundup
parent9e1650d8ba52e9d5d6db6545e9bc55049874c92b (diff)
downloadpkgsrc-8d451d2985765e17c50a089de0ecda7af5f2606d.tar.gz
s/LOCALBASE/PREFIX/ and whitespace police.
Diffstat (limited to 'devel/roundup')
-rw-r--r--devel/roundup/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/roundup/Makefile b/devel/roundup/Makefile
index 6245814c24c..2d9f8b9dd1a 100644
--- a/devel/roundup/Makefile
+++ b/devel/roundup/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/02/11 12:30:28 lukem Exp $
+# $NetBSD: Makefile,v 1.2 2003/02/14 15:43:39 grant Exp $
DISTNAME= roundup-0.5.5
CATEGORIES= devel
@@ -13,15 +13,16 @@ PYDISTUTILSPKG= yes
PYTHON_PATCH_SCRIPTS= roundup/admin.py roundup/backends/locking.py \
roundup/version_check.py cgi-bin/roundup.cgi
-ROUNDUPDOCDIR= ${LOCALBASE}/share/doc/roundup
+ROUNDUPDOCDIR= ${PREFIX}/share/doc/roundup
post-install:
${INSTALL_DATA_DIR} ${ROUNDUPDOCDIR}
cd ${WRKSRC} && ${INSTALL_DATA} CHANGES.txt COPYING.txt README.txt \
- ${ROUNDUPDOCDIR}
+ ${ROUNDUPDOCDIR}
cd ${WRKSRC}/doc && ${INSTALL_DATA} *.txt *.html *.css ${ROUNDUPDOCDIR}
${INSTALL_DATA_DIR} ${ROUNDUPDOCDIR}/images
- cd ${WRKSRC}/doc/images && ${INSTALL_DATA} *.png ${ROUNDUPDOCDIR}/images
+ cd ${WRKSRC}/doc/images && ${INSTALL_DATA} *.png \
+ ${ROUNDUPDOCDIR}/images
.include "../../lang/python/extension.mk"
.include "../../lang/python/application.mk"