aboutsummaryrefslogtreecommitdiff
path: root/audio/cam/Makefile
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1998-08-22 05:48:17 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1998-08-22 05:48:17 +0000
commit249efab97e4b42124c4ed28468d9f461a8579b35 (patch)
tree0928dd4fc2465bbe888c2ae8a2cdfca0965135a7 /audio/cam/Makefile
parente742866df20033c3851ec09334232274fe8a4bef (diff)
downloadports-249efab97e4b42124c4ed28468d9f461a8579b35.tar.gz
ports-249efab97e4b42124c4ed28468d9f461a8579b35.zip
Use MAN1. Split-up monolithic patch-aa. Make reinstall: work.
Respect BINOWN and MANOWN. (Changes for this are in patch-ad --- I should have split patch-aa in a separate commit).
Notes
Notes: svn path=/head/; revision=12713
Diffstat (limited to 'audio/cam/Makefile')
-rw-r--r--audio/cam/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/cam/Makefile b/audio/cam/Makefile
index 5ca740f668f3..ff092ced83ea 100644
--- a/audio/cam/Makefile
+++ b/audio/cam/Makefile
@@ -3,7 +3,7 @@
# Date created: Tue Nov 12 15:54:21 CST 1996
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.3 1996/11/16 08:49:10 asami Exp $
+# $Id: Makefile,v 1.4 1996/11/20 02:09:54 obrien Exp $
#
DISTNAME= cam-1.02
@@ -14,4 +14,6 @@ EXTRACT_SUFX= .tgz
MAINTAINER= erich@FreeBSD.org
+MAN1= cam.1
+
.include <bsd.port.mk>