diff options
author | gabor <gabor@FreeBSD.org> | 2007-08-04 19:41:30 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-08-04 19:41:30 +0800 |
commit | 1f31ff34b514d77244257a9a94391d3aae8edab0 (patch) | |
tree | a676504f8edaca31196a243aa7393f33f26078fa /textproc/metaf2xml | |
parent | fb4c30cf2c9bc123dc0c05a0e070f2c48e83be57 (diff) | |
download | freebsd-ports-gnome-1f31ff34b514d77244257a9a94391d3aae8edab0.tar.gz freebsd-ports-gnome-1f31ff34b514d77244257a9a94391d3aae8edab0.tar.zst freebsd-ports-gnome-1f31ff34b514d77244257a9a94391d3aae8edab0.zip |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
Diffstat (limited to 'textproc/metaf2xml')
-rw-r--r-- | textproc/metaf2xml/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/textproc/metaf2xml/Makefile b/textproc/metaf2xml/Makefile index 2278aa0ffa49..89677054b0a8 100644 --- a/textproc/metaf2xml/Makefile +++ b/textproc/metaf2xml/Makefile @@ -15,17 +15,17 @@ EXTRACT_SUFX= .tgz MAINTAINER= clsung@FreeBSD.org COMMENT= Parses METAR, TAF, and SYNOP messages and stores the components in XML -MAKE_ARGS= CGI_BIN_DIR=${TARGETDIR}/www/metaf2xml/cgi-bin \ - HTDOCS_DIR=${TARGETDIR}/www/metaf2xml/htdocs \ - METAF2XML=${TARGETDIR} \ - METAF2XML_LIB=${TARGETDIR}/${SITE_PERL_REL} \ +MAKE_ARGS= CGI_BIN_DIR=${PREFIX}/www/metaf2xml/cgi-bin \ + HTDOCS_DIR=${PREFIX}/www/metaf2xml/htdocs \ + METAF2XML=${PREFIX} \ + METAF2XML_LIB=${PREFIX}/${SITE_PERL_REL} \ METAF2XML_XSL=${DATADIR} NO_BUILD= yes USE_PERL5_RUN= yes pre-install: - ${MKDIR} ${TARGETDIR}/www/metaf2xml/cgi-bin \ - ${TARGETDIR}/www/metaf2xml/htdocs + ${MKDIR} ${PREFIX}/www/metaf2xml/cgi-bin \ + ${PREFIX}/www/metaf2xml/htdocs do-install: cd ${WRKSRC}; ${MAKE} ${MAKE_ARGS} install-all |