diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 06:28:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 06:28:25 +0800 |
commit | e3b8eb56fc78af954f1537a52038d3535b6b2d4a (patch) | |
tree | cc369d6e38144cbc0682f3e0aad998ef8f40a150 /net-p2p/liberator | |
parent | b1430d020317d6c230592f2b332e6367d450b132 (diff) | |
download | freebsd-ports-gnome-e3b8eb56fc78af954f1537a52038d3535b6b2d4a.tar.gz freebsd-ports-gnome-e3b8eb56fc78af954f1537a52038d3535b6b2d4a.tar.zst freebsd-ports-gnome-e3b8eb56fc78af954f1537a52038d3535b6b2d4a.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: net-p2p)
Diffstat (limited to 'net-p2p/liberator')
-rw-r--r-- | net-p2p/liberator/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-p2p/liberator/Makefile b/net-p2p/liberator/Makefile index 7db40c825cb6..a94e595dfaa8 100644 --- a/net-p2p/liberator/Makefile +++ b/net-p2p/liberator/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: liberator -# Date created: Fri May 2 04:23:24 UTC 2003 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# +# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# PORTNAME= liberator PORTVERSION= 2.0.2 @@ -28,6 +24,7 @@ LIB_FILES= fcp.cma hlfi.cma asfi.cma fcp.cmxa hlfi.cmxa asfi.cmxa \ fcp.cmi hlfreenet.cmi asfreenet.cmi fieldset.cmi \ fstream.cmi +NO_STAGE= yes post-patch: @${SED} -e 's|%%PREFIX%%|${PREFIX}|; \ s|%%DATADIR%%|${DATADIR:S,^${PREFIX}/,,}|' \ |