summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-04-07 17:52:07 +0000
committerjoerg <joerg@pkgsrc.org>2008-04-07 17:52:07 +0000
commit83bf60517e0b4d1a9fb06174472263803055790e (patch)
treefe6f11799ebe1dd0dbdeeb7fb78cc697652e2f9d /editors
parentdef34bd2b97b32db9c6f04bcac6f8f076957dc85 (diff)
downloadpkgsrc-83bf60517e0b4d1a9fb06174472263803055790e.tar.gz
Fix DESTDIR.
Diffstat (limited to 'editors')
-rw-r--r--editors/pico/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/pico/Makefile b/editors/pico/Makefile
index c2dacf21dc9..958058d1d87 100644
--- a/editors/pico/Makefile
+++ b/editors/pico/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2008/03/05 19:02:13 jlam Exp $
+# $NetBSD: Makefile,v 1.74 2008/04/07 17:52:07 joerg Exp $
#
# NOTE:
# When updating, it is necessary to change the shlib version, located in
@@ -46,7 +46,7 @@ LIBS+= ${BUILDLINK_LDADD.termcap}
MAKE_ENV+= _STRIPFLAG_INSTALL= # debug...
-INSTALLATION_DIRS= bin lib ${PKGMANDIR}/man1
+INSTALLATION_DIRS= bin include/pico lib ${PKGMANDIR}/man1
# Create the OS-dependent files for Interix from the Solaris ones.
post-extract:
@@ -69,7 +69,6 @@ do-install:
${WRKSRC}/pico/pico ${WRKSRC}/pico/pilot ${DESTDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doc/pico.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
${INSTALL_MAN} ${WRKSRC}/doc/pilot.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
- ${INSTALL_DATA_DIR} ${PREFIX}/include/pico
cd ${WRKSRC}/pico && ${INSTALL_DATA} *.h ${DESTDIR}${PREFIX}/include/pico
.include "../../mk/termcap.buildlink3.mk"