diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-25 22:03:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-25 22:03:15 +0000 |
commit | 3e0a2d750860c7137d17284fa4e782bdd20cf06b (patch) | |
tree | 51a1e107205108606647ac9b8d35294bfa261f23 /textproc/align | |
parent | bbde3b1a18aed5a0afadad1708e38628dac2362c (diff) | |
download | ports-3e0a2d750860c7137d17284fa4e782bdd20cf06b.tar.gz ports-3e0a2d750860c7137d17284fa4e782bdd20cf06b.zip |
Notes
Diffstat (limited to 'textproc/align')
-rw-r--r-- | textproc/align/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/align/Makefile b/textproc/align/Makefile index 04bda49153fc..f05be422b68e 100644 --- a/textproc/align/Makefile +++ b/textproc/align/Makefile @@ -21,10 +21,9 @@ SHEBANG_FILES= align width PLIST_FILES= bin/align bin/width -NO_STAGE= yes do-install: .for i in align width - (cd ${WRKSRC} && ${INSTALL_SCRIPT} ${i} ${PREFIX}/bin) + (cd ${WRKSRC} && ${INSTALL_SCRIPT} ${i} ${STAGEDIR}${PREFIX}/bin) .endfor .include <bsd.port.mk> |