diff options
author | ahze <ahze@FreeBSD.org> | 2005-02-09 15:20:54 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-02-09 15:20:54 +0800 |
commit | f674a48c26f4f0d996c56a1206029fdf30eca9b3 (patch) | |
tree | 1b06d05ee33f52cee5041b2172d6f6b3b986c18e | |
parent | a5e609890614c4271d4b075a8c3ad2d0b954719c (diff) | |
download | freebsd-ports-gnome-f674a48c26f4f0d996c56a1206029fdf30eca9b3.tar.gz freebsd-ports-gnome-f674a48c26f4f0d996c56a1206029fdf30eca9b3.tar.zst freebsd-ports-gnome-f674a48c26f4f0d996c56a1206029fdf30eca9b3.zip |
- Add missing manpage.
Reported by: pointyhat via kris (not backwards this time)
-rw-r--r-- | devel/libopendaap/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/libopendaap/Makefile b/devel/libopendaap/Makefile index 7141aef41309..33b627c90145 100644 --- a/devel/libopendaap/Makefile +++ b/devel/libopendaap/Makefile @@ -7,6 +7,7 @@ PORTNAME= libopendaap PORTVERSION= 0.3.0 +PORTREIVSION= 1 CATEGORIES= devel net MASTER_SITES= http://craz.net/programs/itunes/files/ @@ -18,6 +19,7 @@ USE_REINPLACE= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_INC_LIBTOOL_VER=15 USE_GCC= 3.4 +MAN3= libopendaap.3 CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" |