diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-05-02 21:21:13 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-05-02 21:21:13 +0000 |
commit | 6c46a157d41ffd995c3e921e0852c3ba3c97bfe4 (patch) | |
tree | 6df5b14375b81366a45de58428ae3883355a7f56 /x11/kdebase4-workspace/Makefile | |
parent | ba772ece038021326656a1bb1c60c707a991d483 (diff) | |
download | ports-6c46a157d41ffd995c3e921e0852c3ba3c97bfe4.tar.gz ports-6c46a157d41ffd995c3e921e0852c3ba3c97bfe4.zip |
Notes
Diffstat (limited to 'x11/kdebase4-workspace/Makefile')
-rw-r--r-- | x11/kdebase4-workspace/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/kdebase4-workspace/Makefile b/x11/kdebase4-workspace/Makefile index 5e7be64d5308..b4fe9fff8f6a 100644 --- a/x11/kdebase4-workspace/Makefile +++ b/x11/kdebase4-workspace/Makefile @@ -67,7 +67,7 @@ post-configure: ${WRKSRC}/kdesktop/init/Templates/Makefile post-build: - @${CAT} ${FILESDIR}/pkg-message | ${SED} -e 's,%%PREFIX%%,${PREFIX},g' \ + @${CAT} ${PKGDIR}/pkg-message | ${SED} -e 's,%%PREFIX%%,${PREFIX},g' \ | ${SED} -e 's,%%X11BASE%%,${X11BASE},g' > ${PKGMESSAGE} post-install: |