diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-27 01:25:31 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-27 01:25:31 +0000 |
commit | 9a2c12aa02de1adac8309d2c606e76242f583a54 (patch) | |
tree | 764d73ba4eff27deed87849a2ef96e2f0b242d48 /audio/ample/Makefile | |
parent | 261b5e2af77cf961f6580813a939e37a41374e2f (diff) | |
download | ports-9a2c12aa02de1adac8309d2c606e76242f583a54.tar.gz ports-9a2c12aa02de1adac8309d2c606e76242f583a54.zip |
Notes
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> |