diff options
Diffstat (limited to 'devel/hs-uniplate/Makefile')
-rw-r--r-- | devel/hs-uniplate/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/hs-uniplate/Makefile b/devel/hs-uniplate/Makefile index a41ce5ff788d..aad205d51d21 100644 --- a/devel/hs-uniplate/Makefile +++ b/devel/hs-uniplate/Makefile @@ -13,8 +13,7 @@ LICENSE= BSD USE_CABAL= hashable>=1.1.2.3 syb unordered-containers>=0.2.1 -INSTALL_PORTDATA= ${INSTALL_DATA} ${WRKSRC}/uniplate.htm ${DATADIR} +INSTALL_PORTDATA= ${INSTALL_DATA} ${WRKSRC}/uniplate.htm ${STAGEDIR}${DATADIR} -NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |