diff options
Diffstat (limited to 'graphics/stamp/Makefile')
-rw-r--r-- | graphics/stamp/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/stamp/Makefile b/graphics/stamp/Makefile index 3728806d80c9..0797ddfea7d3 100644 --- a/graphics/stamp/Makefile +++ b/graphics/stamp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: stamp -# Date created: 11 August 1998 -# Whom: Bill Fumerola <billf@chc-chimes.com> -# +# Created by: Bill Fumerola <billf@chc-chimes.com> # $FreeBSD$ -# PORTNAME= stamp PORTVERSION= 2.0.8 @@ -23,6 +19,7 @@ CPPFLAGS+= -I${LOCALBASE}/include USE_GNOME= gtk12 .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's#/usr/local/share/stamp#${DATADIR}#' \ ${WRKSRC}/configure |