diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-26 15:38:02 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-26 15:38:02 +0800 |
commit | 468e1a066754cd5e467d54a1adcbf6bd5c980e55 (patch) | |
tree | 2677324562df3a18a91dcc3675a2641fc1e52975 /multimedia/xporthdmv | |
parent | 635a7ab64372a3c7440e9d721feb876428dd291a (diff) | |
download | freebsd-ports-gnome-468e1a066754cd5e467d54a1adcbf6bd5c980e55.tar.gz freebsd-ports-gnome-468e1a066754cd5e467d54a1adcbf6bd5c980e55.tar.zst freebsd-ports-gnome-468e1a066754cd5e467d54a1adcbf6bd5c980e55.zip |
- Stage support
Diffstat (limited to 'multimedia/xporthdmv')
-rw-r--r-- | multimedia/xporthdmv/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/xporthdmv/Makefile b/multimedia/xporthdmv/Makefile index 090ae971ef43..45f36c6f4ecc 100644 --- a/multimedia/xporthdmv/Makefile +++ b/multimedia/xporthdmv/Makefile @@ -14,13 +14,12 @@ USE_ZIP= yes NO_WRKSUBDIR= yes PLIST_FILES= bin/xporthdmv -NO_STAGE= yes do-build: cd ${WRKSRC} \ && ${CC} ${CFLAGS} xport.c -o xporthdmv do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/xporthdmv ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/xporthdmv ${STAGEDIR}${PREFIX}/bin .include <bsd.port.pre.mk> .include <bsd.port.post.mk> |