diff options
Diffstat (limited to 'misc/pastebinit/Makefile')
-rw-r--r-- | misc/pastebinit/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/misc/pastebinit/Makefile b/misc/pastebinit/Makefile index c6fe028ca2b5..d3cbe5084cd2 100644 --- a/misc/pastebinit/Makefile +++ b/misc/pastebinit/Makefile @@ -6,9 +6,9 @@ # PORTNAME= pastebinit -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= misc python -MASTER_SITES= http://launchpadlibrarian.net/63157878/ +MASTER_SITES= https://launchpadlibrarian.net/93013084/ MAINTAINER= eadler@FreeBSD.org COMMENT= A command line utility for pastebing @@ -28,12 +28,6 @@ OPTIONS= PASTEBINS "Install default pastebins" on PORTDATA= pastebin.d .endif -post-patch: - @${REINPLACE_CMD} -e 's#/usr/bin/python#${PYTHON_CMD}#' \ - ${WRKSRC}/${PORTNAME} - @${REINPLACE_CMD} -e 's#/etc/#${DATADIR}/#g' \ - ${WRKSRC}/${PORTNAME} - do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} .if defined(WITH_PASTEBINS) |