diff options
-rw-r--r-- | comms/aldo/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/aldo/Makefile b/comms/aldo/Makefile index cdc236e4a69d..a2d31cc0f4a9 100644 --- a/comms/aldo/Makefile +++ b/comms/aldo/Makefile @@ -1,6 +1,6 @@ PORTNAME= aldo DISTVERSION= 0.7.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= comms hamradio MASTER_SITES= SAVANNAH @@ -15,8 +15,9 @@ LIB_DEPENDS= libao.so:audio/libao USES= compiler:c++0x gmake localbase tar:bzip2 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share PLIST_FILES= bin/aldo \ - man/man1/aldo.1.gz + share/man/man1/aldo.1.gz .include <bsd.port.mk> |