diff options
-rw-r--r-- | multimedia/cfourcc/Makefile | 4 | ||||
-rw-r--r-- | net/clive/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/multimedia/cfourcc/Makefile b/multimedia/cfourcc/Makefile index b948789dc74..536478a5244 100644 --- a/multimedia/cfourcc/Makefile +++ b/multimedia/cfourcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/01/22 12:44:45 jmcneill Exp $ +# $NetBSD: Makefile,v 1.2 2009/01/29 17:02:11 joerg Exp $ # DISTNAME= cfourcc-0.1.2 @@ -12,6 +12,8 @@ COMMENT= Command-line tool for changing AVI FourCC codes PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/cfourcc +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cfourcc \ ${DESTDIR}${PREFIX}/bin/cfourcc diff --git a/net/clive/Makefile b/net/clive/Makefile index 165cec27fbd..dabcf901deb 100644 --- a/net/clive/Makefile +++ b/net/clive/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2009/01/09 13:09:12 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2009/01/29 17:09:38 joerg Exp $ # DISTNAME= clive-2.1.3 @@ -23,6 +23,8 @@ DEPENDS+= p5-XML-Simple>=2.18:../../textproc/p5-XML-Simple PKG_DESTDIR_SUPPORT= user-destdir +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 + do-build: cd ${WRKSRC} && ${PERL5} genman |