X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=pkgsrc-ardour.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=9e21f8314f64f1bb5fc29958422c8b53d259b3a6;hp=2a5f3e58c0269d635b7b4f7575b74523be98aa16;hb=ea81097095dc095eefafea9a3a3856ddf6330ba0;hpb=d92e5b4359101afcee691131fb688287c21b1f0f diff --git a/Makefile b/Makefile index 2a5f3e5..9e21f83 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,8 @@ USE_LIBTOOL= yes USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config -PKG_DESTDIR_SUPPORT= user-destdir +PKG_DESTDIR_SUPPORT= user-destdir +PKG_SYSCONFSUBDIR= ${PKGBASE} SCONS_ENV= ${CONFIGURE_ENV} ${MAKE_ENV} SCONS_ARGS= PREFIX=${PREFIX:Q} @@ -51,10 +52,6 @@ CONF_FILES= \ ${EXAMPLES_DIR}/ardour2_ui_light_sae.rc ${PKG_SYSCONFDIR}/ardour2_ui_light_sae.rc do-build: -.if defined(DESTDIR) -# Scons complains about nonexistent paths. - ${RUN} ${MKDIR} ${DESTDIR:Q} -.endif ${RUN} cd ${WRKSRC} && \ ${SETENV} ${SCONS_ENV} scons ${SCONS_ARGS}