aboutsummaryrefslogtreecommitdiff
path: root/comms/ecu
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2006-11-24 15:27:59 +0000
committerCy Schubert <cy@FreeBSD.org>2006-11-24 15:27:59 +0000
commit658e1950af59a984dfa499457bb6193031ad84a3 (patch)
treecc3d811ad333a0d7708c4f9281389f815a4f23ac /comms/ecu
parent9e7865eb2744316931e87d6187a3ccb535336088 (diff)
downloadports-658e1950af59a984dfa499457bb6193031ad84a3.tar.gz
ports-658e1950af59a984dfa499457bb6193031ad84a3.zip
Notes
Diffstat (limited to 'comms/ecu')
-rw-r--r--comms/ecu/Makefile12
-rw-r--r--comms/ecu/pkg-plist5
2 files changed, 12 insertions, 5 deletions
diff --git a/comms/ecu/Makefile b/comms/ecu/Makefile
index 84717b13da82..e1f0d5ee6861 100644
--- a/comms/ecu/Makefile
+++ b/comms/ecu/Makefile
@@ -7,12 +7,15 @@
PORTNAME= ecu
PORTVERSION= 4.30
+PORTREVISION= 1
CATEGORIES= comms
MASTER_SITES= ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/Communications/
MAINTAINER= ports@FreeBSD.org
COMMENT= Extended Call Utility
+MAN1= ecu.1
+
do-configure:
cd ${WRKSRC}; yes "" | ./Configure
@@ -22,8 +25,11 @@ pre-patch:
${WRKSRC}/qmake.c ${WRKSRC}/unsupported/tts/tts.c
post-install:
- cd ${WRKSRC}/doc; \
- ${INSTALL_MAN} ecu.man ${PREFIX}/man/cat1/ecu.1; \
- ${INSTALL_MAN} proc.man ${PREFIX}/man/cat1/proc.1
+ cd ${WRKSRC}; \
+ ${INSTALL_MAN} ecu.1 ${PREFIX}/man/man1/ecu.1; \
+ cd ${WRKSRC}/doc; \
+ ${MKDIR} ${PREFIX}/share/doc/ecu; \
+ ${INSTALL_MAN} ecu.man ${PREFIX}/share/doc/ecu/ecu.txt; \
+ ${INSTALL_MAN} proc.man ${PREFIX}/share/doc/ecu/proc.txt
.include <bsd.port.mk>
diff --git a/comms/ecu/pkg-plist b/comms/ecu/pkg-plist
index d0983cf7e3a7..becfb0f28e7e 100644
--- a/comms/ecu/pkg-plist
+++ b/comms/ecu/pkg-plist
@@ -5,6 +5,7 @@ lib/ecu/ecusz
lib/ecu/ecurz
lib/ecu/tty1a.mi
lib/ecu/tty2d.mi
-man/cat1/ecu.1
-man/cat1/proc.1
+share/doc/ecu/ecu.txt
+share/doc/ecu/proc.txt
+@dirrm share/doc/ecu
@dirrm lib/ecu