diff options
author | eadler <eadler@FreeBSD.org> | 2013-09-26 11:17:37 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-09-26 11:17:37 +0800 |
commit | 39f81aea41a0775048ee382e1ce45a248c06a78b (patch) | |
tree | a29a80c4312254135dc53963954ce1b2ca394989 /misc | |
parent | f995f1cb99a020c43332741c09ab7f0a02cef9a4 (diff) | |
download | freebsd-ports-graphics-39f81aea41a0775048ee382e1ce45a248c06a78b.tar.gz freebsd-ports-graphics-39f81aea41a0775048ee382e1ce45a248c06a78b.tar.zst freebsd-ports-graphics-39f81aea41a0775048ee382e1ce45a248c06a78b.zip |
Respect STAGEDIR
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bogosort/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/bogosort/Makefile b/misc/bogosort/Makefile index 8c3148b9f6e..d1dc53703d3 100644 --- a/misc/bogosort/Makefile +++ b/misc/bogosort/Makefile @@ -17,9 +17,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes -MAN1= bogosort.1 INFO= bogosort -PLIST_FILES= bin/bogosort +PLIST_FILES= bin/bogosort man/man1/bogosort.1.gz man/man1/bogosort.1.gz -NO_STAGE= yes .include <bsd.port.mk> |