aboutsummaryrefslogtreecommitdiffstats
path: root/misc/pastebinit
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2013-03-09 04:23:38 +0800
committereadler <eadler@FreeBSD.org>2013-03-09 04:23:38 +0800
commitb3e2a616bf4f16ffe6f624ef58870247b8881f68 (patch)
tree32f471cf1255d6ff64639fd65d1d4dd0e33962fb /misc/pastebinit
parent32b35224b94cc3e8dbefc480ce0db2b1dfbe129a (diff)
downloadfreebsd-ports-gnome-b3e2a616bf4f16ffe6f624ef58870247b8881f68.tar.gz
freebsd-ports-gnome-b3e2a616bf4f16ffe6f624ef58870247b8881f68.tar.zst
freebsd-ports-gnome-b3e2a616bf4f16ffe6f624ef58870247b8881f68.zip
Clean up my ports (and a couple of ports@ owned ones):
- Fix COMMENT - Add MAKE_JOBS_SAFE where appropriate - Change ordering of LICENSE lines - Fix new header format - Etc. Reviewed by: drogoh (on irc)
Diffstat (limited to 'misc/pastebinit')
-rw-r--r--misc/pastebinit/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/pastebinit/Makefile b/misc/pastebinit/Makefile
index 41d01c24d0e7..69b1c22752b1 100644
--- a/misc/pastebinit/Makefile
+++ b/misc/pastebinit/Makefile
@@ -6,7 +6,9 @@ CATEGORIES= misc python
MASTER_SITES= https://launchpadlibrarian.net/106457425/
MAINTAINER= eadler@FreeBSD.org
-COMMENT= A command line utility for pastebing
+COMMENT= Command line utility for pastebing
+
+LICENSE= GPLv2
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}configobj>=4.3.2:${PORTSDIR}/devel/py-configobj
@@ -16,8 +18,6 @@ NO_BUILD= yes
PLIST_FILES= bin/pastebinit
-LICENSE= GPLv2
-
OPTIONS_DEFINE= PASTEBINS
PASTEBINS_DESC= Install default pastebins
OPTIONS_DEFAULT= PASTEBINS
@@ -30,7 +30,7 @@ PORTDATA= pastebin.d
post-patch:
${REINPLACE_CMD} -e 's|/usr/share/pastebin.d|${DATADIR}/pastebin.d|' \
- ${WRKSRC}/pastebinit
+ ${WRKSRC}/pastebinit
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
.if ${PORT_OPTIONS:MPASTEBINS}