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 | |
parent | Chase mastersite per distfile survey; pet plist and descr. (diff) |
portlint (trailing whitespace, utilize MAN[15])
Diffstat (limited to 'audio/ample')
-rw-r--r-- | audio/ample/Makefile | 5 | ||||
-rw-r--r-- | audio/ample/pkg-plist | 3 |
2 files changed, 4 insertions, 4 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> diff --git a/audio/ample/pkg-plist b/audio/ample/pkg-plist index 6ffcaa6cfbb1..e5adcbeef210 100644 --- a/audio/ample/pkg-plist +++ b/audio/ample/pkg-plist @@ -1,4 +1 @@ bin/ample -man/man1/ample.1 -man/man5/ample.conf.5 -man/man5/ample.html.5 |