aboutsummaryrefslogtreecommitdiff
path: root/misc/pastebinit
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-03-08 20:23:38 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-03-08 20:23:38 +0000
commited59156ea974a2adcb0480a67bd3b9a974de4609 (patch)
tree32f471cf1255d6ff64639fd65d1d4dd0e33962fb /misc/pastebinit
parentc499bf8adee4c324e57d1011d31c74e99e261d67 (diff)
downloadports-ed59156ea974a2adcb0480a67bd3b9a974de4609.tar.gz
ports-ed59156ea974a2adcb0480a67bd3b9a974de4609.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)
Notes
Notes: svn path=/head/; revision=313672
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}