diff options
author | fjoe <fjoe@FreeBSD.org> | 2014-09-01 04:30:39 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2014-09-01 04:30:39 +0800 |
commit | b140b983caa22f4072599424b1b01b48ef48820d (patch) | |
tree | 3c0ce78de086500e55bd97f02f7d2665dfdea9e1 /net | |
parent | 09cc0c959d21fea83c2a2f5b4bcc73767db36688 (diff) | |
download | freebsd-ports-gnome-b140b983caa22f4072599424b1b01b48ef48820d.tar.gz freebsd-ports-gnome-b140b983caa22f4072599424b1b01b48ef48820d.tar.zst freebsd-ports-gnome-b140b983caa22f4072599424b1b01b48ef48820d.zip |
Fix manpage handling.
Diffstat (limited to 'net')
-rw-r--r-- | net/aoe/Makefile | 1 | ||||
-rw-r--r-- | net/aoe/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/net/aoe/Makefile b/net/aoe/Makefile index 506d291cabb4..d7a64bee99a3 100644 --- a/net/aoe/Makefile +++ b/net/aoe/Makefile @@ -14,7 +14,6 @@ NO_PACKAGE= Should be in sync with the kernel to work correctly SSP_UNSAFE= kernel module does not support ssp WRKSRC= ${WRKDIR}/dev/aoe -MAN4= aoe.4 USE_RC_SUBR= aoe pre-everything:: diff --git a/net/aoe/pkg-plist b/net/aoe/pkg-plist index 3b620b45484c..15d0f2a370a7 100644 --- a/net/aoe/pkg-plist +++ b/net/aoe/pkg-plist @@ -1,2 +1,3 @@ lib/aoe/aoe.ko +man/man4/aoe.4.gz @dirrm lib/aoe |