diff options
author | erwin <erwin@FreeBSD.org> | 2003-06-08 18:21:52 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-06-08 18:21:52 +0800 |
commit | f5dedf58bc49728717dc71f11e8ba0e8e61f00b6 (patch) | |
tree | bcd9b9fd964cd1d77b64444fbdf0306f0e9528cf /net/nast/Makefile | |
parent | 9426411abafd7d20fbf6ae8e1d467b3f7cbdbef5 (diff) | |
download | freebsd-ports-gnome-f5dedf58bc49728717dc71f11e8ba0e8e61f00b6.tar.gz freebsd-ports-gnome-f5dedf58bc49728717dc71f11e8ba0e8e61f00b6.tar.zst freebsd-ports-gnome-f5dedf58bc49728717dc71f11e8ba0e8e61f00b6.zip |
Update net/nast (maintainer): bento fix
Author did a little modification to Makefile and rerolled
tarball.
PR: 53024
Submitted by: maintainer
Approved by: edwin (mentor)
Diffstat (limited to 'net/nast/Makefile')
-rw-r--r-- | net/nast/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/nast/Makefile b/net/nast/Makefile index 7cec87fbbc79..9083c42811ea 100644 --- a/net/nast/Makefile +++ b/net/nast/Makefile @@ -41,8 +41,10 @@ post-patch: ${WRKSRC}/configure do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${PREFIX}/man/man8/ + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} \ + ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 \ + ${PREFIX}/man/man8 .ifndef (NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/${PORTNAME} .for doc in ${DOC_FILES} |