diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2005-05-13 03:51:53 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2005-05-13 03:51:53 +0000 |
commit | 634bce6776525ea0412b67286c1e1080fa6959a6 (patch) | |
tree | 23f753b7db234439697518de9e774f0978a71487 /devel/py-tables | |
parent | 498025a81f3de625b9e1536dcacb66a32cc2e363 (diff) |
Notes
Diffstat (limited to 'devel/py-tables')
-rw-r--r-- | devel/py-tables/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/py-tables/Makefile b/devel/py-tables/Makefile index 3f39b9092a03..bdbe95bc261c 100644 --- a/devel/py-tables/Makefile +++ b/devel/py-tables/Makefile @@ -8,6 +8,7 @@ PORTNAME= tables PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pytables @@ -27,6 +28,8 @@ USE_REINPLACE= yes USE_PYTHON= yes USE_PYDISTUTILS= yes +PLIST_FILES= bin/nctoh5 bin/ptdump bin/ptrepack + post-patch: @${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE}," ${WRKSRC}/setup.py |