diff options
Diffstat (limited to 'audio/ample/Makefile')
-rw-r--r-- | audio/ample/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/ample/Makefile b/audio/ample/Makefile index d0755bae24f4..056cf47e6a8f 100644 --- a/audio/ample/Makefile +++ b/audio/ample/Makefile @@ -13,8 +13,11 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= patrick@FreeBSD.org -COMMENT= Allows you to listen to your own MP3's away from home +COMMENT= Allows you to listen to your own MP3's away from home GNU_CONFIGURE= yes +MAN1= ample.1 +MAN5= ample.conf.5 ample.html.5 + .include <bsd.port.mk> |