diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-04 13:03:39 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-04 13:03:39 +0000 |
commit | b8634390062a96ec8416ec4c3e3964179bac55ee (patch) | |
tree | 3c521b755643663d7e614ebdff722eef47ccc619 /databases | |
parent | s/post-patch-script/post-patch/ (diff) |
s/post-patch-script/post-patch/
Notes
Notes:
svn path=/head/; revision=350108
Diffstat (limited to 'databases')
-rw-r--r-- | databases/pg_activity/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/pg_activity/Makefile b/databases/pg_activity/Makefile index 006d38d6af77..d53be6405c0c 100644 --- a/databases/pg_activity/Makefile +++ b/databases/pg_activity/Makefile @@ -26,7 +26,7 @@ PYDISTUTILS_NOEGGINFO= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes -post-patch-script: +post-patch: ${REINPLACE_CMD} -e 's|\/usr\/share|${MAN1PREFIX}|g' \ ${WRKSRC}/setup.py |