diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-04 21:03:39 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-04 21:03:39 +0800 |
commit | e055f3bb9296145e5d99e4c5e551039f62ddeeb2 (patch) | |
tree | 3c521b755643663d7e614ebdff722eef47ccc619 /databases | |
parent | fa7e3109941535edbfa74616da91d850347bf36c (diff) | |
download | freebsd-ports-graphics-e055f3bb9296145e5d99e4c5e551039f62ddeeb2.tar.gz freebsd-ports-graphics-e055f3bb9296145e5d99e4c5e551039f62ddeeb2.tar.zst freebsd-ports-graphics-e055f3bb9296145e5d99e4c5e551039f62ddeeb2.zip |
s/post-patch-script/post-patch/
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 006d38d6af7..d53be6405c0 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 |