diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-06-13 23:04:41 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-06-13 23:04:41 +0000 |
commit | c7bbb4589e07db6921fbb9b43d80bb3457b1df5b (patch) | |
tree | 00605d9bd5a985109df9a0d1a4d9200f523181cb /graphics/scr2png | |
parent | Correct the name of the gdk library in the gdk pkgconfig file. This should get (diff) |
Respect ${PREFIX}.
Approved by: nik (maintainer)
Diffstat (limited to 'graphics/scr2png')
-rw-r--r-- | graphics/scr2png/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/scr2png/Makefile b/graphics/scr2png/Makefile index bd231f6ca38a..8476a5a92f54 100644 --- a/graphics/scr2png/Makefile +++ b/graphics/scr2png/Makefile @@ -24,6 +24,6 @@ post-extract: @${PERL} -pi -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile do-install: - @cd ${WRKSRC}; ${MAKE} BINDIR=${LOCALBASE}/bin SHAREDIR=${LOCALBASE} install + @cd ${WRKSRC}; ${MAKE} BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX} install .include <bsd.port.mk> |