diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-01-28 22:07:21 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-01-28 22:07:21 +0800 |
commit | ca5856e92cc2ae2d1923f0b1768b3e4497f6338e (patch) | |
tree | a56d2058cb7ab8ebdc2f4ce0476c4faf9fdaeb3c /misc | |
parent | 60827a50103817ef6a30e26877a663bcb4993e49 (diff) | |
download | freebsd-ports-graphics-ca5856e92cc2ae2d1923f0b1768b3e4497f6338e.tar.gz freebsd-ports-graphics-ca5856e92cc2ae2d1923f0b1768b3e4497f6338e.tar.zst freebsd-ports-graphics-ca5856e92cc2ae2d1923f0b1768b3e4497f6338e.zip |
Simplify MASTER_SITES
Diffstat (limited to 'misc')
-rw-r--r-- | misc/help2man/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/help2man/Makefile b/misc/help2man/Makefile index 72212edd10d..9261462eefa 100644 --- a/misc/help2man/Makefile +++ b/misc/help2man/Makefile @@ -4,7 +4,7 @@ PORTNAME= help2man PORTVERSION= 1.47.5 CATEGORIES= misc -MASTER_SITES= GNU/${PORTNAME} +MASTER_SITES= GNU MAINTAINER= sunpoet@FreeBSD.org COMMENT= Automatically generating simple manual pages from program output |