diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-04-14 22:21:05 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-04-14 22:21:05 +0800 |
commit | 997b244fc46274904a08ca3ca4722bcec7ebc184 (patch) | |
tree | 2112df2cdf4202ea4357b32f66aa0ad601f59552 /misc | |
parent | aedc12ff764c17dfb1720d68363480676de4d064 (diff) | |
download | freebsd-ports-gnome-997b244fc46274904a08ca3ca4722bcec7ebc184.tar.gz freebsd-ports-gnome-997b244fc46274904a08ca3ca4722bcec7ebc184.tar.zst freebsd-ports-gnome-997b244fc46274904a08ca3ca4722bcec7ebc184.zip |
- Remove incorrect prebuilt script so it's regenerated with correct paths during build
PR: 208576
Submitted by: hiroto.kagotani@gmail.com (maintainer)
MFH: 2016Q2 (blanket)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/auto-multiple-choice/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/auto-multiple-choice/Makefile b/misc/auto-multiple-choice/Makefile index 502fa47f90cd..5ba15ba89e64 100644 --- a/misc/auto-multiple-choice/Makefile +++ b/misc/auto-multiple-choice/Makefile @@ -2,6 +2,7 @@ PORTNAME= auto-multiple-choice PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://download.gna.org/auto-qcm/ DISTNAME= auto-multiple-choice_${PORTVERSION}_precomp @@ -59,6 +60,7 @@ post-patch: ${WRKSRC}/*.pl ${WRKSRC}/*.pl.in @${REINPLACE_CMD} -e "s|^#! @/PERLPATH/@|#!${LOCALBASE}/bin/perl|" \ ${WRKSRC}/auto-multiple-choice.in + @${RM} ${WRKSRC}/vars-subs.pl pre-install: ${MKDIR} ${STAGEDIR}/${SHARED_MIMEINFO_DIR} \ |