diff options
author | agc <agc@pkgsrc.org> | 1998-06-18 16:15:10 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-06-18 16:15:10 +0000 |
commit | dc15bf01decc5fcc35c3197aaeb97e2ae4fbaaed (patch) | |
tree | f358f5f2a87c3fb1e608f32e56dadd5a8036ab09 /audio/cam | |
parent | b82d2609ca5c76d0ebb73b49723043a35f1ee3e3 (diff) | |
download | pkgsrc-dc15bf01decc5fcc35c3197aaeb97e2ae4fbaaed.tar.gz |
Update package Makefiles for automatic manual page handling.
Diffstat (limited to 'audio/cam')
-rw-r--r-- | audio/cam/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/cam/Makefile b/audio/cam/Makefile index 1007cbb6cf5..640932ba293 100644 --- a/audio/cam/Makefile +++ b/audio/cam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/04/22 14:22:39 agc Exp $ +# $NetBSD: Makefile,v 1.7 1998/06/18 16:15:10 agc Exp $ # DISTNAME= cam-1.02 @@ -11,6 +11,4 @@ MAINTAINER= packages@netbsd.org DEPENDS+= ncurses-1.9.9g:../../devel/ncurses -MAN1= cam.1 - .include "../../mk/bsd.pkg.mk" |