aboutsummaryrefslogtreecommitdiff
path: root/sysutils/feather
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-06 15:15:35 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-06 15:15:35 +0000
commitff9ba3ec57bec0e1ab2eccf3cc993e9412c3a97c (patch)
tree43d7e6a9159a865db5723e43b60a2b8f83c1c2e0 /sysutils/feather
parenta1445c33833736b5fdb2c0434b7535232e185a98 (diff)
downloadports-ff9ba3ec57bec0e1ab2eccf3cc993e9412c3a97c.tar.gz
ports-ff9ba3ec57bec0e1ab2eccf3cc993e9412c3a97c.zip
Notes
Diffstat (limited to 'sysutils/feather')
-rw-r--r--sysutils/feather/Makefile14
1 files changed, 5 insertions, 9 deletions
diff --git a/sysutils/feather/Makefile b/sysutils/feather/Makefile
index a1f7eb811458..2766e0d2f0ea 100644
--- a/sysutils/feather/Makefile
+++ b/sysutils/feather/Makefile
@@ -8,7 +8,7 @@ MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
LOCAL/glarkin
MAINTAINER= ports@FreeBSD.org
-COMMENT= A Python script for managing tarsnap backups
+COMMENT= Python script for managing tarsnap backups
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:${PORTSDIR}/devel/py-yaml \
tarsnap>=0:${PORTSDIR}/sysutils/tarsnap
@@ -20,18 +20,14 @@ STRIP=
SUB_FILES= pkg-message
-NO_STAGE= yes
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/feather ${PREFIX}/bin
- @${INSTALL_DATA} ${WRKSRC}/feather.yaml.dist ${PREFIX}/etc
+ @${INSTALL_PROGRAM} ${WRKSRC}/feather ${STAGEDIR}${PREFIX}/bin
+ @${INSTALL_DATA} ${WRKSRC}/feather.yaml.dist ${STAGEDIR}${PREFIX}/etc
.if !defined(NOPORTDOCS)
- @${INSTALL} -d ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+ @${INSTALL} -d ${STAGEDIR}${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.endif
-post-install:
- @${CAT} ${PKGMESSAGE}
-
x-generate-tarball:
${SETENV} ${FETCH_ENV} ${FETCH_BINARY} -m -o ${PORTNAME}.tar.gz \
https://github.com/danrue/${PORTNAME}/tarball/master