diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-09 12:38:45 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-09 12:38:45 +0000 |
commit | a7ef2592cff7b653c8ec2957c1f5e354687e3158 (patch) | |
tree | f1c47a7db645e339a0c7ba2d3c871a8acca5cbc0 /www/seamonkey-i18n | |
parent | 53bf9f230c993621160401b844d566a85969755c (diff) | |
download | ports-a7ef2592cff7b653c8ec2957c1f5e354687e3158.tar.gz ports-a7ef2592cff7b653c8ec2957c1f5e354687e3158.zip |
Notes
Diffstat (limited to 'www/seamonkey-i18n')
-rw-r--r-- | www/seamonkey-i18n/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/www/seamonkey-i18n/Makefile b/www/seamonkey-i18n/Makefile index e2a82bac89ca..2399acb63e62 100644 --- a/www/seamonkey-i18n/Makefile +++ b/www/seamonkey-i18n/Makefile @@ -64,10 +64,6 @@ do-extract: ${CAT} ${PLISTF} | ${SORT} >> ${PLIST} ${CAT} ${PLISTD} | ${SORT} -r >> ${PLIST} -.if !exists(${OPTIONSFILE}) && !defined(PACKAGE_BUILDING) -pre-configure: config -.endif - do-install: @${MKDIR} ${STAGEDIR}${XPI_LIBDIR} ${STAGEDIR}${XPI_SLDIRS_ALL} cd ${WRKSRC}; ${PAX} -rw . ${STAGEDIR}${XPI_LIBDIR} |