diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:35:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:35:44 +0000 |
commit | eb08c5441cf4772f805b99523084b12164ed2495 (patch) | |
tree | f4861f167b47e08ed6e9f5bbe5172252c8b51efc /graphics/driconf | |
parent | a285ade9102ca7c15642dfccd7816abc3c725c98 (diff) |
Notes
Diffstat (limited to 'graphics/driconf')
-rw-r--r-- | graphics/driconf/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/driconf/Makefile b/graphics/driconf/Makefile index f1929262ffd9..688f964e03ce 100644 --- a/graphics/driconf/Makefile +++ b/graphics/driconf/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: driconf -# Date created: 1 Apr, 2005 -# Whom: anholt@FreeBSD.org -# +# Created by: anholt@FreeBSD.org # $FreeBSD$ -# PORTNAME= driconf PORTVERSION= 0.9.1 @@ -25,6 +21,7 @@ USES= gettext INSTALLS_EGGINFO= yes PYDISTUTILS_EGGINFODIR= lib/driconf +NO_STAGE= yes pre-patch: @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} \ -e 's|/usr/local|${PREFIX}|' |