diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-10 04:57:26 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-10 04:57:26 +0800 |
commit | b8ec9b403d07ed1bf202324b01bc8b43f094321a (patch) | |
tree | 91108f15889fa9a3bcc9599aa151a86001278592 /x11/dgs/Makefile | |
parent | ab55b8fbae5ef286f6c324077e204e1110d0047d (diff) | |
download | freebsd-ports-gnome-b8ec9b403d07ed1bf202324b01bc8b43f094321a.tar.gz freebsd-ports-gnome-b8ec9b403d07ed1bf202324b01bc8b43f094321a.tar.zst freebsd-ports-gnome-b8ec9b403d07ed1bf202324b01bc8b43f094321a.zip |
Patch ltconfig a bit like USES=libtool does for configure files, so that
we end up with libs and symlinks as specified in the plist
No bump needed as it failed to package.
Diffstat (limited to 'x11/dgs/Makefile')
-rw-r--r-- | x11/dgs/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11/dgs/Makefile b/x11/dgs/Makefile index a7a6aaff8df2..f56b5663d370 100644 --- a/x11/dgs/Makefile +++ b/x11/dgs/Makefile @@ -40,7 +40,6 @@ post-patch: post-install: ${INSTALL_SCRIPT} ${WRKSRC}/dgs-config ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_SCRIPT} ${WRKSRC}/dpsnx.agent ${STAGEDIR}${PREFIX}/bin/ -# ${INSTALL_DATA} ${WRKSRC}/path_dps.m4 ${PREFIX}/share/aclocal/ ${INSTALL_MAN} ${WRKSRC}/dpsnx.agent.1 ${STAGEDIR}${PREFIX}/man/man1/ .include <bsd.port.mk> |