diff options
author | mat <mat@FreeBSD.org> | 2014-05-28 05:21:48 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-05-28 05:21:48 +0800 |
commit | 84f23ba6fcf00d047c2050cd0be381866556e35c (patch) | |
tree | 2dc42037dbabf2b3df083a3703527307ff353959 /Mk | |
parent | 9dcc1ab756e684bbb9888b0922d87abd11da3987 (diff) | |
download | freebsd-ports-graphics-84f23ba6fcf00d047c2050cd0be381866556e35c.tar.gz freebsd-ports-graphics-84f23ba6fcf00d047c2050cd0be381866556e35c.tar.zst freebsd-ports-graphics-84f23ba6fcf00d047c2050cd0be381866556e35c.zip |
Forgot to add fix-packlist for NEED_ROOT.
Sponsored by: Absolight
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 427488fcaa6..4fd48393b46 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -6526,7 +6526,7 @@ _STAGE_SUSEQ= create-users-groups do-install \ install-rc-script install-ldconfig-file install-license \ install-desktop-entries add-plist-info add-plist-docs \ add-plist-examples add-plist-data add-plist-post \ - move-uniquefiles-plist fix-plist-sequence + move-uniquefiles-plist fix-plist-sequence fix-packlist .if defined(DEVELOPER) _STAGE_SUSEQ+= stage-qa .endif |