aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-pyx12/Makefile
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2007-04-28 12:28:47 +0000
committerNicola Vitale <nivit@FreeBSD.org>2007-04-28 12:28:47 +0000
commit31870b4e570143f71e12537dd05bcc59adf731d7 (patch)
tree1c63b8120c320e8ef0e8d8738984c46519ba041e /textproc/py-pyx12/Makefile
parentd920517a337dec1f6199140ba06a1ffc6c81f131 (diff)
downloadports-31870b4e570143f71e12537dd05bcc59adf731d7.tar.gz
ports-31870b4e570143f71e12537dd05bcc59adf731d7.zip
Notes
Diffstat (limited to 'textproc/py-pyx12/Makefile')
-rw-r--r--textproc/py-pyx12/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/py-pyx12/Makefile b/textproc/py-pyx12/Makefile
index e8ab10cc0b84..c48e96701e39 100644
--- a/textproc/py-pyx12/Makefile
+++ b/textproc/py-pyx12/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pyx12
-PORTVERSION= 1.2.0
+PORTVERSION= 1.3.0
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -24,7 +24,13 @@ USE_BZIP2= yes
USE_PYDISTUTILS= yes
USE_PYTHON_PREFIX= yes
+MAN1= x12valid.1 x12norm.1 x12xml.1
+MAN5= pyx12.conf.xml.5
+SUB_FILES= pkg-deinstall
+
post-install:
${WRKSRC}/bin/x12_build_pkl.py ${PREFIX}/share/pyx12/map/
+ cd ${WRKSRC}/bin && ${INSTALL_MAN} ${MAN1} ${MAN1PREFIX}/man/man1
+ cd ${WRKSRC}/bin && ${INSTALL_MAN} ${MAN5} ${MAN1PREFIX}/man/man5
.include <bsd.port.mk>