diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:28:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:28:25 +0000 |
commit | bb4b86e0434d9ef79072ebc7992e83a1ef9e3e9c (patch) | |
tree | cc369d6e38144cbc0682f3e0aad998ef8f40a150 /net-p2p/py-fngrab | |
parent | Add NO_STAGE all over the place in preparation for the staging support (cat: ... (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: net-p2p)
Diffstat (limited to 'net-p2p/py-fngrab')
-rw-r--r-- | net-p2p/py-fngrab/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net-p2p/py-fngrab/Makefile b/net-p2p/py-fngrab/Makefile index 68b60c67d467..34570b67ba8c 100644 --- a/net-p2p/py-fngrab/Makefile +++ b/net-p2p/py-fngrab/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: py-fngrab -# Date created: Mar 23, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= fngrab PORTVERSION= 0.0.4 @@ -22,6 +17,7 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= FreenetGrab +NO_STAGE= yes post-install: @${MV} ${PREFIX}/bin/fngrab.py ${PREFIX}/bin/fngrab |