diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:23:18 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:23:18 +0000 |
commit | 1640537ad67a4e7c293de8c7bd81840e57ec6928 (patch) | |
tree | 4ecd721edd10b744a029d8fb947cbd73bc4f7b9b /ftp/scythia | |
parent | 4a65c836693c56cb403b7a0b47a9514037a4bcec (diff) | |
download | ports-1640537ad67a4e7c293de8c7bd81840e57ec6928.tar.gz ports-1640537ad67a4e7c293de8c7bd81840e57ec6928.zip |
Notes
Diffstat (limited to 'ftp/scythia')
-rw-r--r-- | ftp/scythia/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ftp/scythia/Makefile b/ftp/scythia/Makefile index c26f8bbec8d3..16c2da295911 100644 --- a/ftp/scythia/Makefile +++ b/ftp/scythia/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: scythia -# Date created: 30 Jun 2007 -# Whom: Yinghong.Liu <relaxbsd@gmail.com> -# +# Created by: Yinghong.Liu <relaxbsd@gmail.com> # $FreeBSD$ -# PORTNAME= scythia DISTVERSION= 0.9.3 @@ -31,6 +27,7 @@ DESKTOP_ENTRIES= "Scythia" \ "Network;FileTransfer;Qt;" \ "false" +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g' \ -e '/unix:desktop/d' \ |