diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-03-31 16:09:05 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-03-31 16:09:05 +0000 |
commit | 8ca30908d358c8befdb8933b72d2f0a88a08c5a8 (patch) | |
tree | 6f429999c0382d931576b593e284c545227ec684 /graphics/sane-frontends/Makefile | |
parent | - Fix MASTER_SITES (diff) |
Fix PKGMESSAGE handling.
PR: 26232
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=40671
Diffstat (limited to 'graphics/sane-frontends/Makefile')
-rw-r--r-- | graphics/sane-frontends/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/sane-frontends/Makefile b/graphics/sane-frontends/Makefile index 65ab0cdecc6e..cca3ba7b77d6 100644 --- a/graphics/sane-frontends/Makefile +++ b/graphics/sane-frontends/Makefile @@ -17,8 +17,6 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= sane.1:${PORTSDIR}/graphics/sane-backends -PKGMESSAGE= ${WRKDIR}/pkg-message - USE_GTK= yes USE_GMAKE= yes GNU_CONFIGURE= yes @@ -42,11 +40,7 @@ pre-everything: @${ECHO_MSG} "*** \"WITH_GIMP=yes\"" .endif -post-patch: - @${SED} -e 's:%%PREFIX%%:${PREFIX}:' -e 's:%%X11BASE%%:${X11BASE}:' \ - ${PKGDIR}/pkg-message > ${PKGMESSAGE} - post-install: - @${CAT} ${PKGMESSAGE} + @${SED} 's:/usr/local:${PREFIX}:' ${PKGMESSAGE} .include <bsd.port.mk> |