diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2008-07-02 14:37:05 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2008-07-02 14:37:05 +0000 |
commit | 8a163be53dec333e4503db64ab78a9d3c2c470c7 (patch) | |
tree | 7de4d644607a2263b7d5f74540d642c41c3d7fc2 /misc/pastebinit/Makefile | |
parent | 9d9cc4aea786460119ce4be2f998b3dad15a5b04 (diff) |
Notes
Diffstat (limited to 'misc/pastebinit/Makefile')
-rw-r--r-- | misc/pastebinit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/pastebinit/Makefile b/misc/pastebinit/Makefile index 5c77a63c0c6b..ae6cb20181ec 100644 --- a/misc/pastebinit/Makefile +++ b/misc/pastebinit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pastebinit -PORTVERSION= 0.9 +PORTVERSION= 0.10 CATEGORIES= misc python MASTER_SITES= http://www.stgraber.org/download/projects/pastebin/ @@ -20,7 +20,7 @@ NO_BUILD= yes PLIST_FILES= bin/pastebinit post-patch: - ${REINPLACE_CMD} -e 's#/usr/bin/python#${PYTHON_CMD}#' \ + @${REINPLACE_CMD} -e 's#/usr/bin/python#${PYTHON_CMD}#' \ ${WRKSRC}/${PORTNAME} do-install: |