aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-02-02 02:46:12 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-02-02 02:46:12 +0000
commitae6be7d8d329e73d8b1ebd62a79c50d32b8912c4 (patch)
tree4eb79cdd832df6548cb4ae86a9df6442fc9073b3 /devel
parent727177c88391b21247f92a2d1f1b0aab5c917eab (diff)
downloadports-ae6be7d8d329e73d8b1ebd62a79c50d32b8912c4.tar.gz
ports-ae6be7d8d329e73d8b1ebd62a79c50d32b8912c4.zip
Fix installation dirs.
Notes
Notes: svn path=/head/; revision=16476
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Data-ShowTable/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Data-ShowTable/Makefile b/devel/p5-Data-ShowTable/Makefile
index c5acaa5dadae..6ce06e55ddc3 100644
--- a/devel/p5-Data-ShowTable/Makefile
+++ b/devel/p5-Data-ShowTable/Makefile
@@ -3,7 +3,7 @@
# Date created: September 10th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id: Makefile,v 1.7 1998/11/11 05:37:10 asami Exp $
+# $Id: Makefile,v 1.8 1999/01/21 17:51:49 vanilla Exp $
#
DISTNAME= Data-ShowTable-3.3
@@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= Data
MAINTAINER= jfitz@FreeBSD.ORG
USE_PERL5= YES
-CONFIGURE_ARGS= PREFIX=${PREFIX}
+CONFIGURE_ARGS= PREFIX=${PREFIX} INSTALLSCRIPT=${PREFIX}/bin INSTALLMAN1DIR=${PREFIX}/man/man1
MAN1= showtable.1
MAN3= Data::ShowTable.3