diff options
author | kris <kris@FreeBSD.org> | 2003-01-14 11:57:07 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-01-14 11:57:07 +0800 |
commit | b6b7fda26d389d1bb385cf81eec41b52033dc3fb (patch) | |
tree | 313235bd671bdaf750f9eff39c4ae3547929cc64 /audio | |
parent | bd921fe83927dffec59b438aa119facb230b84d3 (diff) | |
download | freebsd-ports-gnome-b6b7fda26d389d1bb385cf81eec41b52033dc3fb.tar.gz freebsd-ports-gnome-b6b7fda26d389d1bb385cf81eec41b52033dc3fb.tar.zst freebsd-ports-gnome-b6b7fda26d389d1bb385cf81eec41b52033dc3fb.zip |
Add missing manpage
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cdparanoia/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/cdparanoia/Makefile b/audio/cdparanoia/Makefile index 6e28d28a219a..14ff3dce181f 100644 --- a/audio/cdparanoia/Makefile +++ b/audio/cdparanoia/Makefile @@ -28,4 +28,6 @@ INSTALLS_SHLIB= yes GNU_CONFIGURE= yes USE_GMAKE= yes +MAN1= cdparanoia.1 + .include <bsd.port.post.mk> |