diff options
author | lioux <lioux@FreeBSD.org> | 2002-04-21 08:29:42 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-04-21 08:29:42 +0800 |
commit | ffd077e141cb19fbe7d5ae369a17e75cf9bb0984 (patch) | |
tree | c165089663a4cbc451475f307dc3b1f5900710e3 /graphics/libdivxencore | |
parent | 474042e2d655fdc66ae5df83c0bb2f99c0151bc2 (diff) | |
download | freebsd-ports-gnome-ffd077e141cb19fbe7d5ae369a17e75cf9bb0984.tar.gz freebsd-ports-gnome-ffd077e141cb19fbe7d5ae369a17e75cf9bb0984.tar.zst freebsd-ports-gnome-ffd077e141cb19fbe7d5ae369a17e75cf9bb0984.zip |
Fix typo: don't re-set PLIST_SUB, add to it
Diffstat (limited to 'graphics/libdivxencore')
-rw-r--r-- | graphics/libdivxencore/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libdivxencore/Makefile b/graphics/libdivxencore/Makefile index 00c06d53bb62..cb7b66959f25 100644 --- a/graphics/libdivxencore/Makefile +++ b/graphics/libdivxencore/Makefile @@ -25,9 +25,9 @@ WRKSRC= ${WRKDIR}/encore/src LIB_VERSION= 0 .ifndef(NOPROFILE) -PLIST_SUB= NOPROFILE='' +PLIST_SUB+= NOPROFILE='' .else -PLIST_SUB= NOPROFILE='@comment ' +PLIST_SUB+= NOPROFILE='@comment ' .endif post-extract: |